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.
Copyright © 2010-2024 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout