destroy_datafile_index - Destroys a datafile index. Allegro game programming library.
Contents
Description
This function frees the memory used by a datafile index created with create_datafile_index earlier.
Name
destroy_datafile_index - Destroys a datafile index. Allegro game programming library.
See Also
create_datafile_index(3alleg4) Allegro version 4.4.3 destroy_datafile_index(3alleg4)
Synopsis
#include<allegro.h>voiddestroy_datafile_index(DATAFILE_INDEX*index)
