strtok(9)
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.
strtok - Split a string into tokens
char * strtok (char *s, const char *ct);
s The string to be searched
ct The characters to search for