. \" Manual Seite fuer fprintf . \" @(#)fprintf.3 1.1 . \"
FPRINTF 3 "15. Juli 1988" "J\*org Schilling" "Schily\'s LIBRARY FUNCTIONS"
NAME
fprintf() - formats and prints to a file
SYNOPSIS
 fprintf(file, format, arg1, \|.\|.\|., argn)
 FILE *file;  char *format; 
DESCRIPTION
fprintf formats its arguments using the format() routine, and writes the result on the given file.

See format() for information about the available formatting options.

RETURNS
none
"SEE ALSO"
format(3), printf(3)
NOTES
none