webserver.c/utils.h

8 lines
97 B
C

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