DOKK / manpages / debian 10 / allegro4-doc / close_fli.3alleg4.en
close_fli(3alleg4) Allegro manual close_fli(3alleg4)

close_fli - 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)

version 4.4.2 Allegro