1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
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
|