#ifndef GC_STRFUNCS_H #define GC_STRFUNCS_H char *str_dup(const char *str); char *str_ndup(const char *str,size_t n); #endif /* GC_STRFUNCS_H */