Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
DATAFILE(3)			 Allegro manual 		     DATAFILE(3)

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 descrip-
     tion on how to obtain/use this structure.

SEE ALSO
     load_datafile(3),	 excustom(3),	 exdata(3),    exexedat(3),    exgui(3),
     exsprite(3), exunicod(3)

Allegro 			  version 4.4.3 		     DATAFILE(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=DATAFILE&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help