.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_fprintf" "3" "" "Allegro reference manual" "" .SH NAME al_fprintf \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] int al_fprintf(ALLEGRO_FILE *pfile, const char *format, ...) .EE .SH DESCRIPTION Writes to a file with stdio \[lq]printf\[rq]\-like formatting. Returns the number of bytes written, or a negative number on error. .SH SEE ALSO al_vfprintf(3)