diff options
author | wrmr | 2024-11-08 23:25:03 -0500 |
---|---|---|
committer | wrmr | 2024-11-08 23:25:03 -0500 |
commit | 012ed5bd6455ce291741ad540a5e356e4810133b (patch) | |
tree | 32bfb5425b1f1a899c497ce817b44111dcd0ff54 /strv.h | |
parent | 6050dcdd3669b7102f35a226a6a3ee485c7b703a (diff) |
use strv_t for doc_add_text, remove doc_add_textn, add strv()
Diffstat (limited to 'strv.h')
-rw-r--r-- | strv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/strv.h b/strv.h index 553a39c..03bbb8e 100644 --- a/strv.h +++ b/strv.h @@ -8,6 +8,7 @@ typedef struct { size_t n; } strv_t; +strv_t strv(const char *s); strv_t strv_head(strv_t ss, int chr, size_t *i); #endif |