From 4ca7853b000048514f5bf18391db2e66f65d1377 Mon Sep 17 00:00:00 2001 From: wrmr Date: Sat, 9 Nov 2024 02:21:35 -0500 Subject: add strv_next --- str.h | 1 + 1 file changed, 1 insertion(+) (limited to 'str.h') diff --git a/str.h b/str.h index fe56d98..a078cfd 100644 --- a/str.h +++ b/str.h @@ -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 */ -- cgit 1.4.1-2-gfad0