char * tokenize(char *s, char c)
This splits the string s at the first occurence of character c in s.
Definition: util.c:30
void print_info(const char *msg, color_t color, bool exit_process, bool print_line, const char *file, int line)
An internal function used by error, warning and success to print the messages, along with necessary e...
Definition: util.c:5