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:     
size_t strspn
(
char *string_1,
char *string_2
);


Purpose:     This function finds the number of characters at the start of string_1 that are present in string_2.  See also strcspn.

[sh-index] Back to list of manuals