close_fli - Man Page

Closes a FLI file previously opened. Allegro game programming library.

Synopsis

#include <allegro.h>

void close_fli();

Description

Closes an FLI file when you have finished reading from it. Remember to do this to avoid having memory leaks in your program.

See Also

open_fli(3)

Referenced By

open_fli(3).

version 4.4.3 Allegro manual