|
NAMEfprintf() - formats and prints to a fileSYNOPSISfprintf(file, format, arg1, ..., argn) FILE *file; char *format; DESCRIPTIONfprintf formats its arguments using the format() routine, and writes the result on the given file.See format() for information about the available formatting options. RETURNSnoneSEE ALSOformat(3), printf(3)NOTESnone
Visit the GSP FreeBSD Man Page Interface. |