There is also
PL_EXPORT(functor_t) PL_new_functor_sz(atom_t f, size_t a);
which remains undocumented.
Probably the same, just using size_t
as type of arity (which seems better)?
In which module is this functor registered?
Did you know ... | Search Documentation: |
PL_new_functor() |
(atom_t)0
.There is also
PL_EXPORT(functor_t) PL_new_functor_sz(atom_t f, size_t a);
which remains undocumented.
Probably the same, just using size_t
as type of arity (which seems better)?
In which module is this functor registered?