table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
STRSEP(9) | Basic C Library Functions | STRSEP(9) |
NAME¶
strsep - Split a string into tokensSYNOPSIS¶
char *
strsep(char ** s,
const char * ct);
ARGUMENTS¶
sThe string to be searched
ct
The characters to search for
DESCRIPTION¶
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |