Incorporate bsdmake into buildsystem and reorganize libs
This commit is contained in:
@@ -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