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