Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 22353
Collapse All | Expand All

(-)stdio-common/sscanf.c.old (-3 / +1 lines)
Lines 27-35 Link Here
27
/* Read formatted input from S, according to the format string FORMAT.  */
27
/* Read formatted input from S, according to the format string FORMAT.  */
28
/* VARARGS2 */
28
/* VARARGS2 */
29
int
29
int
30
sscanf (s, format)
30
sscanf (const char *s, const char *format, ...)
31
     const char *s;
32
     const char *format;
33
{
31
{
34
  va_list arg;
32
  va_list arg;
35
  int done;
33
  int done;

Return to bug 22353