aoc

Advent of code
git clone https://codeberg.org/night0721/aoc
Log | Files | Refs

util.h (157B)


      1 char** str_split(char* a_str, const char a_delim);
      2 char* trimwhitespace(char *str);
      3 void replace(char *target, const char *needle, const char *replacement);