1al_findclose(3)                 Allegro manual                 al_findclose(3)
2
3
4

NAME

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

SYNOPSIS

10       #include <allegro.h>
11
12
13       void al_findclose(struct al_ffblk *info);
14

DESCRIPTION

16       This closes a previously opened search with al_findfirst(). You need to
17       call  this on all successfully opened searches to avoid memory leaks in
18       your program.
19
20

SEE ALSO

22       al_findfirst(3), al_findnext(3)
23
24
25
26Allegro                          version 4.4.3                 al_findclose(3)
Impressum