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


syntax highlighted by Code2HTML, v. 0.9.1