Colored debugging...
FossilOrigin-Name: 153201cffee624726d6bcd3e428c0d69d7cc9e9cba6a84a5687de94a850550dd
This commit is contained in:
@ -3,17 +3,12 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "strlist.h"
|
||||
#include "avltree.h"
|
||||
|
||||
|
||||
typedef struct avltree * cw_strheap_t;
|
||||
|
||||
struct cw_str {
|
||||
int id;
|
||||
const char *str;
|
||||
};
|
||||
|
||||
#define CW_STR_STOP -1138
|
||||
|
||||
extern cw_strheap_t cw_strheap_create();
|
||||
extern int cw_strheap_register_strings(cw_strheap_t h, struct cw_str *s);
|
||||
|
Reference in New Issue
Block a user