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