close_fli - Closes a FLI file previously opened. Allegro game programming library.
Contents
Description
Closes an FLI file when you have finished reading from it. Remember to do this to avoid having memory
leaks in your program.
Name
close_fli - Closes a FLI file previously opened. Allegro game programming library.
See Also
open_fli(3alleg4) Allegro version 4.4.3 close_fli(3alleg4)
Synopsis
#include<allegro.h>voidclose_fli();
