other sections
PRINTF(3) | Schily´s LIBRARY FUNCTIONS | PRINTF(3) |
NAME¶
printf() - formats and prints to standard output
SYNOPSIS¶
printf(format, arg1, ..., argn) char *format;
DESCRIPTION¶
printf() formats its arguments using the routine format(). See format() for information about the options for formatting.
RETURNS¶
none
SEE ALSO¶
NOTES¶
printf() buffers its output internally until it is finished then the buffer is flushed.
15. Juli 1988 | Joerg Schilling |