rsrbk / snprintf

My interpretation of snprintf from stdio.h.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snprintf

My interpretation of snprintf from stdio.h.

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

About

My interpretation of snprintf from stdio.h.


Languages

Language:C++ 93.2%Language:C 6.8%