X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/27704fe4c77e63607f86d8d3399b72a14b1ff5ae..31cef89cb428866f787983e68246030321893df4:/usr/src/cmd/ex/printf.c diff --git a/usr/src/cmd/ex/printf.c b/usr/src/cmd/ex/printf.c index be24ebe25e..07906448d9 100644 --- a/usr/src/cmd/ex/printf.c +++ b/usr/src/cmd/ex/printf.c @@ -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