Implement snprintf

Issue #52 new
Patryk Kubiak created an issue

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

Functions to use:

oC_ErrorCode_t   oC_KPrint_VPrintf           ( char * outBuffer , oC_UInt_t Size , oC_IoFlags_t IoFlags , const char * Format , va_list ArgumentList );
oC_ErrorCode_t   oC_KPrint_WriteToStdOut     ( oC_IoFlags_t IoFlags , const char *    Buffer , uint32_t Size );

Comments (1)

  1. Log in to comment