Implement gets

Issue #39 new
Patryk Kubiak created an issue

The gets function needs to be implement according to the POSIX standard: https://pl.wikibooks.org/wiki/C/gets

It should use:

oC_ErrorCode_t   oC_KPrint_ReadFromStdIn     ( oC_IoFlags_t IoFlags ,       char * outBuffer , uint32_t Size );

Comments (1)

  1. Log in to comment