logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

al_fclose - Allegro 5 API

Description

       Close the given file, writing any buffered output data (if any).

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

Allegro reference manual                                                                      al_fclose(3alleg5)

Name

       al_fclose - Allegro 5 API

Synopsis

              #include <allegro5/allegro.h>

              bool al_fclose(ALLEGRO_FILE *f)

See Also