int fprintf(FILE* fp, const char* fmt, ...);
Writes a formatted string with format fmt to the file stream fp. See the format specifier reference for the supported format specifiers.
int fprintf(FILE* fp, const char* fmt, ...);
Writes a formatted string with format fmt to the file stream fp. See the format specifier reference for the supported format specifiers.