#ifndef UTILS_H #define UTILS_H char *strstrtok(char *input, char *delim); #endif // !UTILS_H