Implement fopen

Issue #35 closed
Patryk Kubiak created an issue

The fopen function needs to be implemented according to the posix standard:

https://pl.wikibooks.org/wiki/C/fopen

It should use oC_VirtualFileSystem_fopen function from the VFS module:

extern oC_ErrorCode_t       oC_VirtualFileSystem_fopen         ( oC_File_t * outFile , const char * Path , oC_FileSystem_ModeFlags_t Mode , oC_FileSystem_FileAttributes_t Attributes );

Comments (2)

  1. Log in to comment