date and time created 88/10/07 16:35:45 by marc
[unix-history] / usr / src / lib / libcompat / 4.3 / strout.c
index ebd155a..5f18e75 100644 (file)
@@ -1,11 +1,14 @@
-/* @(#)strout.c        4.1 (Berkeley) %G% */
+#if defined(LIBC_SCCS) && !defined(lint)
+static char sccsid[] = "@(#)strout.c   5.2 (Berkeley) %G%";
+#endif LIBC_SCCS and not lint
+
 #include       <stdio.h>
 
 _strout(count, string, adjust, file, fillch)
 register char *string;
 register count;
 int adjust;
 #include       <stdio.h>
 
 _strout(count, string, adjust, file, fillch)
 register char *string;
 register count;
 int adjust;
-register struct _iobuf *file;
+register FILE *file;
 {
        while (adjust < 0) {
                if (*string=='-' && fillch=='0') {
 {
        while (adjust < 0) {
                if (*string=='-' && fillch=='0') {