1al_findclose(3) Allegro manual al_findclose(3)
23
4
NAME
6al_findclose - Closes a previously opened search with al_findfirst().
7Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void al_findclose(struct al_ffblk *info);
14
DESCRIPTION
16This closes a previously opened search with al_findfirst(). You need to
17call this on all successfully opened searches to avoid memory leaks in
18your program.
1920
SEE ALSO
22al_findfirst(3), al_findnext(3)
2324
25
26
Allegro version 4.2.2 al_findclose(3)