Closes a fli file previously opened. allegro game programming library.
#include <allegro.h>
void close_fli();
Closes an FLI file when you have finished reading from it. Remember to do this to avoid having memory leaks in your program.
open_fli(3alleg4)