support for PL_ mpz and mpq ops

add missing atom_nchars
This commit is contained in:
Vítor Santos Costa
2010-06-18 23:24:36 +01:00
parent 4c45f8c4b1
commit d1d149b9fd
4 changed files with 112 additions and 0 deletions

View File

@@ -305,6 +305,9 @@ Term STD_PROTO(Yap_gmp_popcount,(Term));
char * STD_PROTO(Yap_gmp_to_string,(Term, char *, size_t, int));
size_t STD_PROTO(Yap_gmp_to_size,(Term, int));
int STD_PROTO(Yap_term_to_existing_big,(Term, MP_INT *));
int STD_PROTO(Yap_term_to_existing_rat,(Term, MP_RAT *));
#endif
inline EXTERN Term Yap_Mk64IntegerTerm(YAP_LONG_LONG);