PRINTF(3) Library Functions Manual PRINTF(3)

printfprint formatted output

#include <stdio.h>

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

Refer to fprintf(3) .

Derived from Issue 1 of the SVID.

February 1997 posix.fail