diff options
author | Bert <ber.t@gmx.com> | 2011-08-18 00:38:55 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-08-18 00:38:55 +0200 |
commit | ff013dd0092df247b2c9f1c550e03542581ed21d (patch) | |
tree | 572777f9576c65c63a6f520e3b8b5b85edf5d580 /util.h | |
parent | 2a3a9657d360a4952ef84aa4e8665f211d490321 (diff) |
Revised handling of file names & paths
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*, ...); |