diff options
Diffstat (limited to 'str.h')
-rw-r--r-- | str.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ typedef struct { } strv_t; strv_t strv(const char *s); +char strv_next(strv_t *s); int strv_split(strv_t *src, int chr, strv_t *dest); /* strings */ |