2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
8 #include <libraries/posixc.h>
12 /*****************************************************************************
28 The number of converted parameters
37 fscanf(), vscanf(), vfscanf(), stdc.library/sscanf(),
38 stdc.library/vsscanf()
42 ******************************************************************************/
44 struct PosixCBase
*PosixCBase
= __aros_getbase_PosixCBase();
48 va_start (args
, format
);
50 retval
= vfscanf (PosixCBase
->_stdin
, format
, args
);