logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_findclose - Closes a previously opened search with al_findfirst(). Allegro game programming library.

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

See Also