X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/2b84abb596f52ab2068d52108adc96838ad4340a..31cef89cb428866f787983e68246030321893df4:/usr/src/cmd/csh/printf.c?ds=inline diff --git a/usr/src/cmd/csh/printf.c b/usr/src/cmd/csh/printf.c index dc11d0c8ba..5ff9fe7e6e 100644 --- a/usr/src/cmd/csh/printf.c +++ b/usr/src/cmd/csh/printf.c @@ -1,4 +1,5 @@ -/* Copyright (c) 1979 Regents of the University of California */ +static char *sccsid = "@(#)printf.c 4.1 10/9/80"; + /* * Hacked "printf" which prints through putchar. * DONT USE WITH STDIO!