From 682813b4cdff917aced733c8ff8df40ef6026914 Mon Sep 17 00:00:00 2001 From: jraynard Date: Wed, 12 Jun 1996 23:02:53 +0000 Subject: Code cleanup:- The usual stuff, adding missing function prototypes, argument types, return values, etc. --- lib/libc/stdio/feof.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/stdio/feof.c') diff --git a/lib/libc/stdio/feof.c b/lib/libc/stdio/feof.c index 7f58057..efcdc40 100644 --- a/lib/libc/stdio/feof.c +++ b/lib/libc/stdio/feof.c @@ -45,7 +45,8 @@ static char sccsid[] = "@(#)feof.c 8.1 (Berkeley) 6/4/93"; */ #undef feof -feof(fp) + +int feof(fp) FILE *fp; { return (__sfeof(fp)); -- cgit v1.1