![]() |
GNU PROLOG with UTF8 support
|

Data Structures | |
| struct | ObjInf |
Macros | |
| #define | DBGPRINTF printf |
| #define | FOR_EACH_OBJ_FROM_LAST_TO_FIRST for(i = 0; i < nb_obj; i++) |
| #define | FOR_EACH_OBJ_FROM_FIRST_TO_LAST for(i = nb_obj; --i >= 0; ) |
Functions | |
| void | Pl_Fatal_Error (char *format,...) |
| void | Pl_Find_Linked_Objects (void) |
| void | Pl_New_Object (void(*fct_obj_init)(), void(*fct_exec_system)(), void(*fct_exec_user)()) |
Variables | |
| static ObjInf | obj_tbl [MAX_OBJECT] |
| static int | nb_obj = 0 |
| #define DBGPRINTF printf |
| void Pl_Fatal_Error | ( | char * | format, |
| ... | |||
| ) |


| void Pl_Find_Linked_Objects | ( | void | ) |

| void Pl_New_Object | ( | void(*)() | fct_obj_init, |
| void(*)() | fct_exec_system, | ||
| void(*)() | fct_exec_user | ||
| ) |

|
static |
|
static |
1.8.11