.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_vfprintf" "3" "" "Allegro reference manual" .SH NAME al_vfprintf \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] int al_vfprintf(ALLEGRO_FILE *pfile, const char *format, va_list args) .EE .SH DESCRIPTION Like al_fprintf but takes a va_list. Useful for creating your own variations of formatted printing. Returns the number of bytes written, or a negative number on error. .SH SEE ALSO al_fprintf(3)