add EGP
[unix-history] / usr / src / include / stdio.h
index c36d7d5..55adeae 100644 (file)
@@ -1,4 +1,4 @@
-/*     @(#)stdio.h     1.2 (Berkeley) %G%      */
+/*     stdio.h 1.5     83/08/11        */
 #define        BUFSIZ  1024
 #define        _NFILE  20
 # ifndef FILE
 #define        BUFSIZ  1024
 #define        _NFILE  20
 # ifndef FILE
@@ -41,3 +41,6 @@ FILE  *fdopen();
 FILE   *freopen();
 long   ftell();
 char   *fgets();
 FILE   *freopen();
 long   ftell();
 char   *fgets();
+#ifdef vax
+char   *sprintf();             /* too painful to do right */
+#endif