1al_vfprintf(3) al_vfprintf(3)
23
4
NAME
6al_vfprintf - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
int al_vfprintf(ALLEGRO_FILE *pfile, const char *format, va_list args)
12
DESCRIPTION
14Like al_fprintf but takes a va_list. Useful for creating your own
15variations of formatted printing. Returns the number of bytes written,
16or a negative number on error.
17
SEE ALSO
19al_fprintf(3)
2021
22
23
Allegro reference manual al_vfprintf(3)