Implement fscanf

Issue #51 new
Patryk Kubiak created an issue

The function fscanf should be implemented according to the POSIX standard: http://www.cplusplus.com/reference/cstdio/fscanf/

It should works similary to the scanf and printf function (use the process buffer like in the printf function). Functions to use:

oC_ErrorCode_t       oC_VirtualFileSystem_fread         ( oC_File_t File , void * outBuffer , uint32_t * Size );
oC_ErrorCode_t   oC_KPrint_FormatScanf       ( const char * Buffer , const char * Format , va_list ArgumentList );

Comments (1)

  1. Log in to comment