/snprintf

My interpretation of snprintf from stdio.h.

Primary LanguageC++

snprintf

My interpretation of snprintf from stdio.h.

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