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 *strstr
(
const char *string_1,
const char *string_2
);


Purpose:     This function locates the first occurrence of string_2 in string_1.  Returns a pointer to located string, or NULL.

[sh-index] Back to list of manuals