#include <stdio.h> int fprintf(FILE *file, const char *format, ...);
Prints formatted output to the named file. See section printf.
The number of characters written.
ANSI, POSIX
Go to the first, previous, next, last section, table of contents.