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

FreeBSD Manual Pages

  
 
  

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

NAME
     PACKFILE  - Packfile structure, similar to the libc FILE structure. Allegro
     game programming library.

SYNOPSIS
     #include <allegro.h>

     typedef struct PACKFILE

DESCRIPTION
     A packfile structure, similar to the  libc  FILE  structure.  Read  chapter
     "File and compression routines" for a description on how to obtain/use this
     structure. Note that prior to version 4.1.18, some internal fields were ac-
     cidentally  documented - but PACKFILE should be treated as an opaque struc-
     ture, just like the libc FILE type.

SEE ALSO
     pack_fopen(3), pack_fopen_chunk(3), pack_fopen_vtable(3), expackf(3)

Allegro 			  version 4.4.3 		     PACKFILE(3)

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

home | help