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 *strchr
(
const char *string,
int         c
);


Purpose:     This function locates the first occurance of c (converted to a char) in string.  Returns a pointer to the located char, or NULL.

[sh-index] Back to list of manuals