diff options
Diffstat (limited to 'dupstr.h')
-rw-r--r-- | dupstr.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ | |||
1 | #include <stddef.h> | 1 | #include <stddef.h> |
2 | 2 | ||
3 | #ifndef cNULL | ||
3 | #define cNULL ((const char *)NULL) | 4 | #define cNULL ((const char *)NULL) |
5 | #endif | ||
4 | 6 | ||
5 | char *dupstr(const char *str); | 7 | char *dupstr(const char *str); |
6 | char *dupcat(const char *str, ...); | 8 | char *dupcat(const char *str, ...); |