(C) 1998 AROS - The Amiga Research OS
NAME
#include <stdio.h>
#include <stdarg.h>
int vfscanf ()
SYNOPSIS
FILE * stream
const char * format
va_list args
FUNCTION
Read the scream, scan it as the format specified and write the result of the conversion into the specified arguments.
INPUTS
stream
A stream to read from
format
A scanf() format string.
args
A list of arguments for the results.
RESULT
The number of converted arguments.
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
04.09.1997 digulla
scanf() et.al. must flush the input stream before reading any input.
28.01.1997 digulla
Implemented scanf() functions