logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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  accidentally  documented - but PACKFILE should be treated as an opaque structure, just like
       the libc FILE type.

Name

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

See Also

pack_fopen(3alleg4), pack_fopen_chunk(3alleg4), pack_fopen_vtable(3alleg4), expackf(3alleg4)

Allegro                                           version 4.4.3                                PACKFILE(3alleg4)

Synopsis

#include<allegro.h>typedefstructPACKFILE

See Also