2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
5 ANSI C function scanf().
10 /*****************************************************************************
26 The number of converted parameters
35 fscanf(), vscanf(), vfscanf(), sscanf(), vsscanf()
39 ******************************************************************************/
44 va_start (args
, format
);
46 retval
= vfscanf (stdin
, format
, args
);