1al_fclose(3)                                                      al_fclose(3)
2
3
4

NAME

6       al_fclose - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_fclose(ALLEGRO_FILE *f)
12

DESCRIPTION

14       Close the given file, writing any buffered output data (if any).
15
16       Returns  true  on  success, false on failure.  errno is set to indicate
17       the error.
18
19
20
21Allegro reference manual                                          al_fclose(3)
Impressum