diff options
Diffstat (limited to 'strv.h')
-rw-r--r-- | strv.h | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -1,14 +0,0 @@ -#ifndef STRV_H -#define STRV_H - -#include <stddef.h> - -typedef struct { - const char *s; - size_t n; -} strv_t; - -strv_t strv(const char *s); -int strv_split(strv_t *src, int chr, strv_t *dest); - -#endif |