A standard function in C that outputs formatted text.

The cannonical statement:

printf("Hello world!");

Outputs Hello World (without a newline) to stdout.