Initial revision
This commit is contained in:
12
lib/stdio/ferror.c
Executable file
12
lib/stdio/ferror.c
Executable file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* ferror .c - test if an error on a stream occurred
|
||||
*/
|
||||
/* $Header$ */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int
|
||||
(ferror)(FILE *stream)
|
||||
{
|
||||
return ferror(stream);
|
||||
}
|
||||
Reference in New Issue
Block a user