Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pack_fopen_vtable(3alleg4) [opendarwin man page]

pack_fopen_vtable(3alleg4)					  Allegro manual					pack_fopen_vtable(3alleg4)

NAME
pack_fopen_vtable - Allegro game programming library. SYNOPSIS
#include <allegro.h> PACKFILE *pack_fopen_vtable(const PACKFILE_VTABLE *vtable, void *userdata); DESCRIPTION
Creates a new packfile structure that uses the functions specified in the vtable instead of the standard functions. The data pointer by `vtable' and `userdata' must remain available for the lifetime of the created packfile. While the created packfile structure can be used with other Allegro functions, there are two limitations. First, opening chunks using pack_fopen_chunk() on top of the returned packfile is not possible at this time. And packfile_password() does not have any effect on pack- files opened with pack_fopen_vtable(). RETURN VALUE
On success, it returns a pointer to a PACKFILE structure, and on error it returns NULL and stores an error code in `errno'. SEE ALSO
pack_fopen(3alleg4), pack_fopen_chunk(3alleg4), packfile_password(3alleg4), expackf(3alleg4) Allegro version 4.4.2 pack_fopen_vtable(3alleg4)

Check Out this Related Man Page

pack_fopen_vtable(3alleg4)					  Allegro manual					pack_fopen_vtable(3alleg4)

NAME
pack_fopen_vtable - Allegro game programming library. SYNOPSIS
#include <allegro.h> PACKFILE *pack_fopen_vtable(const PACKFILE_VTABLE *vtable, void *userdata); DESCRIPTION
Creates a new packfile structure that uses the functions specified in the vtable instead of the standard functions. The data pointer by `vtable' and `userdata' must remain available for the lifetime of the created packfile. While the created packfile structure can be used with other Allegro functions, there are two limitations. First, opening chunks using pack_fopen_chunk() on top of the returned packfile is not possible at this time. And packfile_password() does not have any effect on pack- files opened with pack_fopen_vtable(). RETURN VALUE
On success, it returns a pointer to a PACKFILE structure, and on error it returns NULL and stores an error code in `errno'. SEE ALSO
pack_fopen(3alleg4), pack_fopen_chunk(3alleg4), packfile_password(3alleg4), expackf(3alleg4) Allegro version 4.4.2 pack_fopen_vtable(3alleg4)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

2. OS X (Apple)

Undeletable file

Greetings, I'm trying to delete a file with a weird name from within Terminal on a Mac. It's a very old file (1992) with null characters in the name: “␀␀Word FinderÂŽ Plus™”. Here are some examples of what I've tried: 12FX009:5 dpontius$ ls ␀␀Word FinderÂŽ Plus™ 12FX009:5 dpontius$ rm... (29 Replies)
Discussion started by: dpontius
29 Replies