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