19 #ifndef _BOOL_IS_DEFINED
23 #define _BOOL_IS_DEFINED
26 #if __STDC_VERSION__ < 199901L
27 #ifndef _BOOL_IS_DEFINED
31 #define _BOOL_IS_DEFINED
34 #ifndef _BOOL_IS_DEFINED
39 #define _BOOL_IS_DEFINED
52BOOL hash_table_add(
hash_table_t *self,
const char *key,
const char *value);
53const char * hash_table_get(
hash_table_t *self,
const char *key);
54BOOL hash_table_remove(
hash_table_t *self,
const char *key);
Definition hash_table.c:8