Implement ioctl

Issue #41 new
Patryk Kubiak created an issue

The ioctl function should be implemented according to the linux standard: http://man7.org/linux/man-pages/man2/ioctl.2.html

It should use:

extern oC_ErrorCode_t       oC_VirtualFileSystem_ioctl         ( oC_File_t File , oC_Ioctl_Command_t Command , void * Pointer);

Comments (1)

  1. Log in to comment