pokeheartgold/tools/compstatic/str.h
2022-04-25 03:09:49 +00:00

8 lines
117 B
C

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