PACKFILE   (3alleg) manpage
PACKFILE
3alleg
version 4.1.15 (CVS)
Allegro
Allegro manual
  • NAME
      PACKFILE
  • SYNOPSIS
      #include <allegro.h>


      typedef struct PACKFILE
  • DESCRIPTION

      
         int hndl;                   - DOS file handle
         int flags;                  - PACKFILE_FLAG_* constants
         char *filename;             - name of the file
         
      
      A packfile structure, similar to a stdio.h FILE structure. Read chapter "File and compression routines" for a description on how to obtain/use this structure.


  • SEE ALSO
      pack_fopen (3alleg), pack_fopen_chunk (3alleg)
Current Users: 95 © 1999-2006 Linux.com.hk PenguinSoft
All trademarks and copyrights on this page are owned by their respective companies. Linux is a trademark of Linus Torvalds.