al_findclose.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

#include <allegro.h>

void al_findclose(struct al_ffblk *info);

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.

SEE ALSO

al_findfirst(3alleg), al_findnext(3alleg)