al_findclose - Closes a previously opened search with al_findfirst(). Allegro game programming library.
Contents
Description
This closes a previously opened search with al_findfirst(). You need to call this on all successfully
opened searches to avoid memory leaks in your program.
Name
al_findclose - Closes a previously opened search with al_findfirst(). Allegro game programming library.
See Also
al_findfirst(3alleg4), al_findnext(3alleg4) Allegro version 4.4.3 al_findclose(3alleg4)
Synopsis
#include<allegro.h>voidal_findclose(structal_ffblk*info);
