(C) 1998 AROS - The Amiga Research OS
NAME
#include <stdio.h>
#include <stdarg.h>
int vsscanf ()
SYNOPSIS
char * str
const char * format
va_list args
FUNCTION
Scan a string and convert it into the arguments as specified by format.
INPUTS
str
Scan this string
format
A scanf() format string.
args
A list of arguments for the results
RESULT
The number of arguments converted.
EXAMPLE
SEE ALSO
scanf(), sscanf(), fscanf(), vscanf(), vfscanf(), snscanf(), vsnscanf()
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
02.02.1997 ldp
makedepend complained about multiple includings of the same file: resolved by indenting the second #include
28.01.1997 digulla
Implemented scanf() functions