AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Header:     string.h

Syntax:     
extern char *strtok
(
char       *string_1,
const char *string_2
);


Purpose:     A sequence of calls to strtok() breaks the string_1 into a sequence of tokens, each of which is delimited by a character from string_2.

[sh-index] Back to list of manuals