1al_vfprintf(3)                                                  al_vfprintf(3)
2
3
4

NAME

6       al_vfprintf - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              int al_vfprintf(ALLEGRO_FILE *pfile, const char *format, va_list args)
12

DESCRIPTION

14       Like  al_fprintf  but  takes  a  va_list.  Useful for creating your own
15       variations of formatted printing.  Returns the number of bytes written,
16       or a negative number on error.
17

SEE ALSO

19       al_fprintf(3)
20
21
22
23Allegro reference manual                                        al_vfprintf(3)
Impressum