diff options
Diffstat (limited to 'dupstr.h')
-rw-r--r-- | dupstr.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dupstr.h b/dupstr.h new file mode 100644 index 0000000..ea152c5 --- /dev/null +++ b/dupstr.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #include <stddef.h> | ||
2 | |||
3 | #define cNULL ((const char *)NULL) | ||
4 | |||
5 | char *dupstr(const char *str); | ||
6 | char *dupcat(const char *str, ...); | ||