Implement fclose

Issue #36 closed
Patryk Kubiak created an issue

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

It should use function from VFS module:

oC_ErrorCode_t       oC_VirtualFileSystem_fclose             ( oC_File_t File );

Comments (2)

  1. Log in to comment