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
/
feof.c
blob: 7f46301f2e5ac75c378e8c8dfff9fc761612fc93 (
plain
)
1
2
3
4
5
#include <stdio.h> int feof(FILE *stream) { return stream->is_eof; }