datafile(3alleg4) opendarwin man page | unix.com

Man Page: datafile

Operating Environment: opendarwin

Section: 3alleg4

DATAFILE(3alleg4)						  Allegro manual						 DATAFILE(3alleg4)

NAME
DATAFILE - Stores an Allegro datafile in memory.
SYNOPSIS
#include <allegro.h> typedef struct DATAFILE
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 properties Read chapter "Datafile routines", section "Using datafiles" for a description on how to obtain/use this structure.
SEE ALSO
load_datafile(3alleg4), excustom(3alleg4), exdata(3alleg4), exexedat(3alleg4), exgui(3alleg4), exsprite(3alleg4), exunicod(3alleg4) Allegro version 4.4.2 DATAFILE(3alleg4)
Related Man Pages
exdata(3alleg4) - debian
load_datafile(3alleg4) - debian
load_datafile(3alleg4) - centos
load_datafile(3alleg4) - suse
load_datafile(3alleg4) - v7
Similar Topics in the Unix Linux Community
Reversing numbers in a datafile of rows and columns
script to match patterns in 2 different files.
How to change values in datafile from source file
Help with datafile parsing and creating spreadsheet
Unix script for removing the footer from the datafile while loading into externaltable using sqlload