2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
8 #include <libraries/posixc.h>
12 /*****************************************************************************
24 Scan the standard input and convert it into the arguments as
28 format - A scanf() format string.
29 args - A list of arguments for the results
32 The number of converted parameters.
44 ******************************************************************************/
46 struct PosixCBase
*PosixCBase
= __aros_getbase_PosixCBase();
48 return vfscanf (PosixCBase
->_stdin
, format
, args
);