Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
al_findclose(3) 		 Allegro manual 		 al_findclose(3)

NAME
     al_findclose - Closes a previously opened search with al_findfirst(). Alle-
     gro 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(3), al_findnext(3)

Allegro 			  version 4.4.3 		 al_findclose(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=al_findclose&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help