2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Implementation of vscanf().
8 /*****************************************************************************
21 Scan the standard input and convert it into the arguments as
25 format - A scanf() format string.
26 args - A list of arguments for the results
29 The number of converted parameters.
41 ******************************************************************************/
43 return vfscanf (stdin
, format
, args
);