Availability:C-language interface function
bool PL_put_uint64(term_t
-t, uint64_t i)Put a Prolog integer in the term reference. Note that unbounded integer
support is required for uint64_t
values with the highest
bit set to 1. Without unbounded integer support, too large values raise
a
representation_error
exception.