add PL_chars_to_terms to SWI emulation.

This commit is contained in:
Vítor Manuel de Morais Santos Costa 2009-12-12 23:21:54 +00:00
parent b69c0ba2a9
commit 0b17d3572b

View File

@ -378,7 +378,7 @@ extern X_API int PL_unify_chars(term_t, int, size_t, const char *);
extern X_API int PL_unify_chars_diff(term_t, term_t, int, size_t, const char *);
extern X_API int PL_unify_wchars(term_t, int, size_t, const pl_wchar_t *);
extern X_API int PL_unify_wchars_diff(term_t, term_t, int, size_t, const pl_wchar_t *);
/* end PL_unify_* functions =============================*/
extern X_API int PL_chars_to_term(term_t,const char *);
/* begin PL_is_* functions =============================*/
extern X_API int PL_is_atom(term_t);
extern X_API int PL_is_atomic(term_t);