| PL_QUERY_ARGC |
Return an integer holding the number of
arguments given to Prolog from Unix. |
| PL_QUERY_ARGV |
Return a char ** holding the argument vector
given to Prolog from Unix. |
| PL_QUERY_SYMBOLFILE |
Return a char * holding the current symbol
file of the running process. |
| PL_MAX_INTEGER |
Return a long, representing the maximal integer
value represented by a Prolog integer. |
| PL_MIN_INTEGER |
Return a long, representing the minimal integer
value. |
| PL_QUERY_VERSION |
Return a long, representing the version as
, where
is the major, the minor version number
and the patch-level. For example,
20717 means 2.7.17. |