Added cw_strlist_t.
FossilOrigin-Name: ea730256fe5186061b2cc41ff6ec71589663b5bcc238203367d5a1f9308af767
This commit is contained in:
parent
e83eda8bb4
commit
7aaae9f98a
@ -18,6 +18,9 @@ struct cw_strlist_elem {
|
||||
const char *str;
|
||||
};
|
||||
|
||||
typedef struct cw_strlist_elem* cw_strlist_t;
|
||||
|
||||
|
||||
/** Stopper, indicates the last element in a strlist */
|
||||
#define CW_STR_STOP 0xffffffff
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user