#include #define cNULL ((const char *)NULL) char *dupstr(const char *str); char *dupcat(const char *str, ...);