PRINTF(3) Library Functions Manual PRINTF(3)
NAME
printf — print
formatted output
SYNOPSIS
#include <stdio.h> int printf(const char *format, ...);
DESCRIPTION
Refer to fprintf(3) .
DERIVATION
Derived from Issue 1 of the SVID.
February 1997 posix.fail