int printf

int printf(const char *__fmt,...)

The function printf performs formatted output to stream stdout. See vfprintf() for details.