int printf(const char* fmt, ...);
Writes a formatted string with format fmt to standard output. See the format specifier reference for the supported format specifiers.
int printf(const char* fmt, ...);
Writes a formatted string with format fmt to standard output. See the format specifier reference for the supported format specifiers.