Files
event-handler/include/utils.h
2025-05-09 20:01:59 -05:00

3 lines
92 B
C

char *get_substring(char *s, int pos, int l);
char *concat(const char *s1, const char *s2);