Implement fgetc / fputc

Issue #60 new
Patryk Kubiak created an issue

Functions fgetc and fputc should be implemented according to the POSIX standard: http://www.cplusplus.com/reference/cstdio/fputc/ http://www.cplusplus.com/reference/cstdio/fgetc/

Functions to use:

extern oC_ErrorCode_t       oC_VirtualFileSystem_getc          ( char * outCharacter , oC_File_t File );
extern oC_ErrorCode_t       oC_VirtualFileSystem_putc          ( char Character , oC_File_t File );

Comments (1)

  1. Log in to comment