BSD 4 release
[unix-history] / usr / src / cmd / ex / printf.c
index be24ebe..0790644 100644 (file)
@@ -1,4 +1,7 @@
-/* char printf_id[] = "@(#) printf.c:2.2 6/5/79";*/
+/* The pwb version this is based on */
+static char *printf_id = "@(#) printf.c:2.2 6/5/79";
+/* The local sccs version within ex */
+static char *sccsid = "@(#)printf.c    6.1 10/18/80";
 #include "varargs.h"
 /*
  * This version of printf is compatible with the Version 7 C
 #include "varargs.h"
 /*
  * This version of printf is compatible with the Version 7 C