1close_fli(3) Allegro manual close_fli(3)
23
4
NAME
6close_fli - Closes a FLI file previously opened. Allegro game programā
7ming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void close_fli();
14
DESCRIPTION
16Closes an FLI file when you have finished reading from it. Remember to
17do this to avoid having memory leaks in your program.
1819
SEE ALSO
21open_fli(3)
2223
24
25
Allegro version 4.2.2 close_fli(3)