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

FreeBSD Manual Pages

  
 
  

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

NAME
     unload_datafile  -  Frees	all the objects in a datafile. Allegro game pro-
     gramming library.

SYNOPSIS
     #include <allegro.h>

     void unload_datafile(DATAFILE *dat);

DESCRIPTION
     Frees all the objects in a datafile. Use this to avoid memory leaks in your
     program.

SEE ALSO
     load_datafile(3),	 excustom(3),	 exdata(3),    exexedat(3),    exgui(3),
     exsprite(3), exunicod(3)

Allegro 			  version 4.4.3 	      unload_datafile(3)

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

home | help