Implement feof

Issue #68 resolved
Patryk Kubiak created an issue

The function feof should be implemented as in the POSIX: http://www.cplusplus.com/reference/cstdio/feof/

Helpful functions:

bool                 oC_VirtualFileSystem_eof           ( oC_File_t File );

Comments (2)

  1. Log in to comment