destroy_datafile_index

Section: Allegro manual (3)
Updated: version 4.2.2
Index Return to Main Contents
 

NAME

destroy_datafile_index - Destroys a datafile index. Allegro game programming library.  

SYNOPSIS

#include <allegro.h>

void destroy_datafile_index(DATAFILE_INDEX *index)  

DESCRIPTION

This function frees the memory used by a datafile index created with create_datafile_index earlier.

 

SEE ALSO

create_datafile_index(3)