.\" Generated by the Allegro makedoc utility .TH close_fli 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME close_fli \- Closes a FLI file previously opened. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void close_fli(); .SH DESCRIPTION Closes an FLI file when you have finished reading from it. Remember to do this to avoid having memory leaks in your program. .SH SEE ALSO .BR open_fli (3alleg4)