m
→Deklaracja: kod źródł
m (→liczb całkowitych o stałej szerokości: link) |
m (→Deklaracja: kod źródł) |
||
int vsprintf(char *str, const char *format, va_list ap);
int vsnprintf(char *str, size_t size, const char *format, va_list ap);
===Kod źródłowy===
* [https://stackoverflow.com/questions/59811188/how-to-find-the-source-code-for-printf-in-c stackoverflow question: how-to-find-the-source-code-for-printf-in-c]
===Opis===
|