include support for working_directory/2 as a system predicate.

This commit is contained in:
Vitor Santos Costa
2011-02-12 00:26:28 +00:00
parent 2451a052cb
commit 712300027e
5 changed files with 18 additions and 13 deletions

View File

@@ -27,7 +27,7 @@
typedef YAP_Term Module;
typedef YAP_Term *Word; /* Anonymous 4 byte object */
typedef YAP_Atom Atom;
typedef YAP_Term (*Func)(); /* foreign functions */
typedef YAP_Term (*Func)(term_t); /* foreign functions */
const char *Yap_GetCurrentPredName(void);
YAP_Int Yap_GetCurrentPredArity(void);