e16-epplets/epplets/utils.h

3 lines
94 B
C

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