diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-25 08:30:12 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-25 08:30:12 +0000 |
commit | 62ea717a452cb1641362dbd5e09926a107d0b9e4 (patch) | |
tree | 5cc3ec1973abd4d20c4a727176d0c8c372eb5ff9 /util.h | |
parent | ab3e311216249bc4401fa10f88f95ef0d5e002a1 (diff) |
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |