char * strtok (char * s, const char * ct);
char * strtok
The string to be searched
The characters to search for
strtok is deprecated, use strsep instead.