Implement remove

Issue #43 new
Patryk Kubiak created an issue

The function remove (stdio.h) need to be implemented according to the POSIX standard: http://www.cplusplus.com/reference/cstdio/remove/

It should use VFS function:

extern oC_ErrorCode_t       oC_VirtualFileSystem_unlink        ( const char * Path);

Comments (1)

  1. Log in to comment