pmd-sky/tools/compstatic/str.h
AnonymousRandomPerson 608e361e57 Initialized base repo
2023-06-28 23:35:19 -04: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