Name

printf function — Writes formatted data

Synopsis

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

The printf function is equivalent to calling fprintf to stdout. See fprintf for information about the format string.