aboutsummaryrefslogtreecommitdiff
path: root/dupstr.h
blob: fd29bb152768d1370816a5eb2ecda22bb03f41d4 (plain)
1
2
3
4
5
6
7
8
#include <stddef.h>

#ifndef cNULL
#define cNULL ((const char *)NULL)
#endif

char *dupstr(const char *str);
char *dupcat(const char *str, ...);