1al_fclose(3) al_fclose(3)
23
4
NAME
6al_fclose - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_fclose(ALLEGRO_FILE *f)
12
DESCRIPTION
14Close the given file, writing any buffered output data (if any).
1516
Returns true on success, false on failure. errno is set to indicate
17the error.
1819
20
21
Allegro reference manual al_fclose(3)