develop/ktcc: Post-SVN tidy
- Move source code from `trunk` into program root directory. - Update build files.
This commit is contained in:
5
programs/develop/ktcc/libc.obj/source/stdio/ferror.c
Normal file
5
programs/develop/ktcc/libc.obj/source/stdio/ferror.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int ferror(FILE *stream) {
|
||||
return stream->error;
|
||||
}
|
Reference in New Issue
Block a user