Implement fseek

Issue #40 new
Patryk Kubiak created an issue

The fseek function should be implemented according to the POSIX standard: https://pl.wikibooks.org/wiki/C/fseek

It should use:

extern oC_ErrorCode_t       oC_VirtualFileSystem_lseek         ( oC_File_t File , uint32_t Offset );

Comments (1)

  1. Log in to comment