2.2.5 int printf
int printf(const char *__fmt,...)
The function printf
performs formatted output to stream stdout
. See vfprintf()
for details.
int printf(const char *__fmt,...)
The function printf
performs formatted output to stream stdout
. See vfprintf()
for details.