linux man page for packfile_vtable

Query: packfile_vtable

OS: linux

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PACKFILE_VTABLE(3alleg4)					  Allegro manual					  PACKFILE_VTABLE(3alleg4)

NAME
PACKFILE_VTABLE - Packfile vtable structure, for custom packfiles. Allegro game programming library.
SYNOPSIS
#include <allegro.h> typedef struct PACKFILE_VTABLE
DESCRIPTION
int pf_fclose(void *userdata); int pf_getc(void *userdata); int pf_ungetc(int c, void *userdata); long pf_fread(void *p, long n, void *userdata); int pf_putc(int c, void *userdata); long pf_fwrite(const void *p, long n, void *userdata); int pf_fseek(void *userdata, int offset); int pf_feof(void *userdata); int pf_ferror(void *userdata); This is the vtable which must be provided for custom packfiles, which then can read from and write to wherever you like (eg. files in mem- ory). You should provide all the entries of the vtable, even if they are empty stubs doing nothing, to avoid Allegro (or you) calling a NULL method at some point.
SEE ALSO
pack_fopen_vtable(3alleg4), expackf(3alleg4) Allegro version 4.4.2 PACKFILE_VTABLE(3alleg4)
Related Man Pages
pack_fopen_vtable(3alleg4) - centos
pack_fopen_vtable(3alleg4) - netbsd
pack_fopen_vtable(3alleg4) - opendarwin
pack_fopen_vtable(3alleg4) - linux
pack_fopen_vtable(3alleg4) - v7
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Status of UNIX.COM Forum Transformation
Answers to Recently Asked Questions about UNIX.COM
Don Cragun crossing 4500 thanks went unnoticed for more than a week - late congratulations!
UNIX.com End of Year (EOY) Report (2019)