summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-02-25 08:30:12 +0000
committerthing1 <thing1@seacrossedlovers.xyz>2025-02-25 08:30:12 +0000
commit62ea717a452cb1641362dbd5e09926a107d0b9e4 (patch)
tree5cc3ec1973abd4d20c4a727176d0c8c372eb5ff9 /util.h
parentab3e311216249bc4401fa10f88f95ef0d5e002a1 (diff)
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
index c0a50d4..d41449f 100644
--- a/util.h
+++ b/util.h
@@ -7,3 +7,4 @@
void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);
+size_t split(char *s, const char* sep, char **pbegin, size_t maxcount);