e16-epplets/epplets/utils.h

3 lines
96 B
C
Raw Normal View History

char *_Strdup(char *s);
char *_Strjoin(const char *separator, ...);