index
:
sbos.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
userland
/
libc
/
stdio
/
ferror.c
blob: 5049db88b233ba694f10e0b762e747031b61818e (
plain
)
1
2
3
4
5
#include <stdio.h> int ferror(FILE *stream) { return stream->has_error; }