logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

unload_datafile - Frees all the objects in a datafile. Allegro game programming library.

Description

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

Name

       unload_datafile - Frees all the objects in a datafile. Allegro game programming library.

See Also

load_datafile(3alleg4),    excustom(3alleg4),    exdata(3alleg4),    exexedat(3alleg4),   exgui(3alleg4),
       exsprite(3alleg4), exunicod(3alleg4)

Allegro                                           version 4.4.3                         unload_datafile(3alleg4)

Synopsis

#include<allegro.h>voidunload_datafile(DATAFILE*dat);

See Also