/* Catenate two strings, storing the result in allocated memory. */ char *strcat_alloc(const char *path,const char *filename);