aboutsummaryrefslogtreecommitdiff
path: root/dupstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'dupstr.h')
-rw-r--r--dupstr.h6
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
5char *dupstr(const char *str);
6char *dupcat(const char *str, ...);