[Contents]
2. Interpreter Architecture
2.16. Other System Dependant Functions
2.16.21. file_feof
[<<<]
[>>>]
@c Check end of file condition
Nothing special, it is just a placeholder.
int file_feof(FILE *fp ){
[<<<]
[>>>]