2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
7 #include <libraries/stdcio.h>
9 /*****************************************************************************
22 Scan the standard input and convert it into the arguments as
26 format - A scanf() format string.
27 args - A list of arguments for the results
30 The number of converted parameters.
42 ******************************************************************************/
44 struct StdCIOBase
*StdCIOBase
= __aros_getbase_StdCIOBase();
46 return vfscanf (StdCIOBase
->_stdin
, format
, args
);