use version from swi

This commit is contained in:
Vítor Santos Costa
2013-01-21 09:36:50 +00:00
parent 0e89a9c2ff
commit b9f1885f0a
4 changed files with 46 additions and 6 deletions

View File

@@ -95,6 +95,8 @@ COMMON(bool) ChDir(const char *path);
COMMON(int) DeleteTemporaryFile(atom_t name);
COMMON(int) IsAbsolutePath(const char *spec);
COMMON(bool) sysError(const char *fm, ...);
/* TBD */
extern word globalString(size_t size, char *s);