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

Description

       Flush any pending writes to the given file.

       Returns true on success, false otherwise.  errno is set to indicate the error.

Name

       al_fflush - Allegro 5 API

See Also

al_get_errno(3alleg5)

Allegro reference manual                                                                      al_fflush(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              bool al_fflush(ALLEGRO_FILE *f)

See Also