strtok

Name

strtok --  Split a string into tokens

Synopsis

char * strtok (char * s, const char * ct);

Arguments

s

The string to be searched

ct

The characters to search for

WARNING

strtok is deprecated, use strsep instead.