DATAFILE (3) - Linux Manuals
DATAFILE: Stores an Allegro datafile in memory.
NAME
DATAFILE - Stores an Allegro datafile in memory.SYNOPSIS
#include <allegro.h>
DESCRIPTION
void *dat; - pointer to the actual data int type; - type of the data long size; - size of the data in bytes void *prop; - list of object propertiesRead chapter "Datafile routines", section "Using datafiles" for a description on how to obtain/use this structure.