(C) 1998 AROS - The Amiga Research OS
NAME
#include <stdio.h>
int fscanf ()
SYNOPSIS
FILE * fh
const char * format
...
FUNCTION
Scan a string with the specified arguments and write the results in the specified parameters.
INPUTS
fh
Read from this stream
format
How to convert the input into the arguments ... - Write the result in these arguments
RESULT
The number of converted arguments.
EXAMPLE
SEE ALSO
scanf()
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
28.01.1997 digulla
Implemented scanf() functions