![]() |
GNU PROLOG with UTF8 support
|
Macros | |
#define | PRED_FILE |
#define | ADD_CONTROL_CONSTRUCTS_IN_PRED_TBL |
#define | ERR_MULTIFILE_PROP "multifile predicate %s/%d not declared consistently\n in %s\n and %s" |
Functions | |
void | Pl_Init_Pred (void) |
PredInf *FC | Pl_Create_Pred (int func, int arity, int pl_file, int pl_line, int prop, PlLong *codep) |
PredInf *FC | Pl_Lookup_Pred (int func, int arity) |
void FC | Pl_Delete_Pred (int func, int arity) |
#define ADD_CONTROL_CONSTRUCTS_IN_PRED_TBL |
#define ERR_MULTIFILE_PROP "multifile predicate %s/%d not declared consistently\n in %s\n and %s" |
#define PRED_FILE |
PredInf* FC Pl_Create_Pred | ( | int | func, |
int | arity, | ||
int | pl_file, | ||
int | pl_line, | ||
int | prop, | ||
PlLong * | codep | ||
) |
void FC Pl_Delete_Pred | ( | int | func, |
int | arity | ||
) |
void Pl_Init_Pred | ( | void | ) |