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