![]() |
GNU PROLOG with UTF8 support
|
Go to the source code of this file.
Data Structures | |
struct | btnode |
struct | BTString |
Typedefs | |
typedef struct btnode * | PBTNode |
typedef struct btnode | BTNode |
typedef void(* | BTStrLstFct) (int no, char *str, void *info) |
Functions | |
void | BT_String_Init (BTString *bt_str) |
BTNode * | BT_String_Add (BTString *bt_str, char *str) |
BTNode * | BT_String_Lookup (BTString *bt_str, char *str) |
void | BT_String_List (BTString *bt_str, BTStrLstFct fct) |
typedef void(* BTStrLstFct) (int no, char *str, void *info) |
void BT_String_Init | ( | BTString * | bt_str | ) |
void BT_String_List | ( | BTString * | bt_str, |
BTStrLstFct | fct | ||
) |