Added cw_strlist_t.

FossilOrigin-Name: ea730256fe5186061b2cc41ff6ec71589663b5bcc238203367d5a1f9308af767
This commit is contained in:
7u83@mail.ru 2015-10-18 08:44:40 +00:00
parent e83eda8bb4
commit 7aaae9f98a
1 changed files with 3 additions and 0 deletions

View File

@ -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