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:     stdio.h

Syntax:     
extern int sscanf
(
const char *s,
const char *format,
...
);


Purpose:     This function is equivilant to fscanf except that s specifies a string from which the input is to be obtained, rather than a stream.

[sh-index] Back to list of manuals