Implement vscanf

Issue #55 new
Patryk Kubiak created an issue

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

Note, that it is just call of function:

oC_ErrorCode_t   oC_KPrint_VScanf            ( char * outBuffer , oC_UInt_t Size , oC_IoFlags_t IoFlags , const char * Format , va_list ArgumentList );

Comments (1)

  1. Log in to comment