![]() |
GNU PROLOG with UTF8 support
|
#include "bt_string.h"

Functions | |
| static void | BT_String_List_Rec (BTNode *bt_node, BTStrLstFct fct) |
| 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) |
| void BT_String_Init | ( | BTString * | bt_str | ) |

| void BT_String_List | ( | BTString * | bt_str, |
| BTStrLstFct | fct | ||
| ) |


|
static |

1.8.11