(C) 1998 AROS - The Amiga Research OS
NAME
int sscanf ()
SYNOPSIS
char * str
const char * format
...
FUNCTION
Scan the specified string and convert it into the arguments as specified by format.
INPUTS
str
The routine examines this string.
format
Format string. See scanf() for a description ... - Arguments for the result
RESULT
The number of converted parameters.
EXAMPLE
SEE ALSO
fscanf(), vscanf(), vfscanf(), snscanf(), vsscanf(), vnsscanf()
NOTES
BUGS
INTERNALS
HISTORY
05.05.1999 bernie
added newline at EOF to pacify egcs
20.10.1998 hkiel
Amiga Research OS
04.09.1998 bergers
Further implementation.
23.08.1998 bergers
Implementation of that function. Still incomplete, though. (Not all features are supported, yet)
28.01.1997 digulla
Implemented scanf() functions