2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
7 #include <libraries/stdcio.h>
9 /*****************************************************************************
18 const char * restrict format
,
26 The number of converted parameters
35 fscanf(), vscanf(), vfscanf(), sscanf(), vsscanf()
39 ******************************************************************************/
41 struct StdCIOBase
*StdCIOBase
= __aros_getbase_StdCIOBase();
45 va_start (args
, format
);
47 retval
= vfscanf (StdCIOBase
->_stdin
, format
, args
);