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_fprintf - Allegro 5 API

Description

       Writes to a file with stdio “printf”-like formatting.  Returns the number of bytes written, or a negative
       number on error.

Name

       al_fprintf - Allegro 5 API

See Also

al_vfprintf(3alleg5)

Allegro reference manual                                                                     al_fprintf(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              int al_fprintf(ALLEGRO_FILE *pfile, const char *format, ...)

See Also