printf - print formatted output
#include <stdio.h> int printf(const char *format, ...);
int printf(const char *format, ...);
Refer to fprintf().