[BACK]Return to vscanf.c CVS log [TXT][DIR] Up to [local] / prex-old / usr / lib / libc / stdio

Diff for /prex-old/usr/lib/libc/stdio/vscanf.c between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:48 version 1.1.1.1.2.1, 2008/08/13 17:12:38
Line 35 
Line 35 
 int  int
 vscanf(fmt, ap)  vscanf(fmt, ap)
         const char *fmt;          const char *fmt;
         _BSD_VA_LIST_ ap;          va_list ap;
 {  {
   
         return (__svfscanf(stdin, fmt, ap));          return (__svfscanf(stdin, fmt, ap));

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb