aoc/lib/util.h

4 lines
157 B
C
Raw Normal View History

2023-12-05 00:00:08 +01:00
char** str_split(char* a_str, const char a_delim);
char* trimwhitespace(char *str);
void replace(char *target, const char *needle, const char *replacement);