e16-epplets/epplets/utils.h

3 lines
70 B
C

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