blob: 02ae3ad7f9c6e60af1e30ade884581da1904533d (
plain)
1
2
3
4
5
6
7
|
--- util.h
+++ util.h
@@ -6,3 +6,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);
|