| 
 
 NAMEclose_fli - Closes a FLI file previously opened. Allegro game programming library. SYNOPSIS#include <allegro.h> void close_fli(); DESCRIPTIONCloses an FLI file when you have finished reading from it. Remember to do this to avoid having memory leaks in your program. SEE ALSOopen_fli(3) 
 
  |