83 lines
1.2 KiB
Modula-2
83 lines
1.2 KiB
Modula-2
EXPORTS
|
|
PL_agc_hook
|
|
PL_atom_chars
|
|
PL_copy_term_ref
|
|
PL_new_term_ref
|
|
PL_new_term_refs
|
|
PL_reset_term_refs
|
|
PL_get_arg
|
|
PL_get_atom
|
|
PL_get_atom_chars
|
|
PL_get_chars
|
|
PL_get_functor
|
|
PL_get_float
|
|
PL_get_head
|
|
PL_get_integer
|
|
PL_get_list
|
|
PL_get_long
|
|
PL_get_list_chars
|
|
PL_get_module
|
|
PL_get_name_arity
|
|
PL_get_nil
|
|
PL_get_pointer
|
|
PL_get_string
|
|
PL_get_tail
|
|
PL_new_atom
|
|
PL_new_functor
|
|
PL_functor_name
|
|
PL_functor_arity
|
|
PL_cons_functor
|
|
PL_cons_functor_v
|
|
PL_cons_list
|
|
PL_put_atom
|
|
PL_put_atom_chars
|
|
PL_put_float
|
|
PL_put_functor
|
|
PL_put_integer
|
|
PL_put_list
|
|
PL_put_nil
|
|
PL_put_pointer
|
|
PL_put_string_chars
|
|
PL_put_term
|
|
PL_put_variable
|
|
PL_unify
|
|
PL_unify_atom
|
|
PL_unify_atom_chars
|
|
PL_unify_float
|
|
PL_unify_integer
|
|
PL_unify_list
|
|
PL_unify_list_chars
|
|
PL_unify_nil
|
|
PL_unify_pointer
|
|
PL_unify_string_chars
|
|
PL_unify_term
|
|
PL_is_atom
|
|
PL_is_atomic
|
|
PL_is_compound
|
|
PL_is_float
|
|
PL_is_functor
|
|
PL_is_integer
|
|
PL_is_list
|
|
PL_is_number
|
|
PL_is_string
|
|
PL_is_variable
|
|
PL_term_type
|
|
PL_halt
|
|
PL_initialise
|
|
PL_close_foreign_frame
|
|
PL_discard_foreign_frame
|
|
PL_open_foreign_frame
|
|
PL_raise_exception
|
|
PL_unregister_atom
|
|
PL_pred
|
|
PL_predicate
|
|
PL_predicate_info
|
|
PL_open_query
|
|
PL_next_solution
|
|
PL_cut_query
|
|
PL_close_query
|
|
PL_exception
|
|
PL_call_predicate
|
|
PL_call
|
|
PL_register_extensions
|