diff options
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ typedef struct { void* s_malloc(size_t); void* s_realloc(void*, size_t); +char* s_strdup(char*); void warn(const char*, ...); void die(const char*, ...); |