Implement ftell

Issue #65 new
Patryk Kubiak created an issue

The function ftell needs to be implemented according to the POSIX standard: http://www.cplusplus.com/reference/cstdio/ftell/

Please use functions:

oC_ErrorCode_t       oC_VirtualFileSystem_lseek         ( oC_File_t File , uint32_t Offset );

Comments (1)

  1. Log in to comment