2 Copyright © 1995-2012, The AROS Development Team. All rights reserved.
5 C99 function vsscanf().
7 /* Original source from libnix */
10 static int _vsscanf_get (char ** str
)
18 static int _vsscanf_unget (int c
, char ** str
)
25 /*****************************************************************************
39 Scan a string and convert it into the arguments as specified
43 str - Scan this string
44 format - A scanf() format string.
45 args - A list of arguments for the results
48 The number of arguments converted.
57 scanf(), sscanf(), fscanf(), vscanf(), vfscanf()
61 ******************************************************************************/
67 (void *)_vsscanf_unget
,