e16-epplets/epplets/utils.h

3 lines
96 B
C

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