#ifndef STR_H #define STR_H char *StrCat(int count, ...); char *StrDup(char *prevDest, char *src); #endif // STR_H