fprintf¶ Synopsis¶ #include <stdio.h> int fprintf(FILE *stream, const char *format, ...); Description¶ Sends formatted output to a stream.