Add vscanf() and vsscanf() (feeping creaturism...)
authorDonn Seeley <donn@ucbvax.Berkeley.EDU>
Tue, 16 Apr 1991 02:43:59 +0000 (18:43 -0800)
committerDonn Seeley <donn@ucbvax.Berkeley.EDU>
Tue, 16 Apr 1991 02:43:59 +0000 (18:43 -0800)
SCCS-vsn: include/stdio.h 5.16

usr/src/include/stdio.h

index 0e4ccba..fb1b9cf 100644 (file)
@@ -7,7 +7,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)stdio.h     5.15 (Berkeley) %G%
+ *     @(#)stdio.h     5.16 (Berkeley) %G%
  */
 
 #ifndef        _STDIO_H_
  */
 
 #ifndef        _STDIO_H_
@@ -240,6 +240,8 @@ int  setlinebuf __P((FILE *));
 char   *tempnam __P((const char *, const char *));
 int     snprintf __P((char *, size_t, const char *, ...));
 int     vsnprintf __P((char *, size_t, const char *, _VA_LIST_));
 char   *tempnam __P((const char *, const char *));
 int     snprintf __P((char *, size_t, const char *, ...));
 int     vsnprintf __P((char *, size_t, const char *, _VA_LIST_));
+int     vscanf __P((const char *, _VA_LIST_));
+int     vsscanf __P((const char *, const char *, _VA_LIST_));
 __END_DECLS
 
 /*
 __END_DECLS
 
 /*