C/printf: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
m →‎Deklaracja: kod źródł
Linia 13:
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===