logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_vfprintf - Allegro 5 API

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.

Name

       al_vfprintf - Allegro 5 API

See Also

al_fprintf(3alleg5)

Allegro reference manual                                                                    al_vfprintf(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              int al_vfprintf(ALLEGRO_FILE *pfile, const char *format, va_list args)

See Also