Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 123 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 123 Bytes

snprintf

My interpretation of snprintf from stdio.h.

char* mysnprintf(char* res, int countChar, const char* temp, ...)