man zzip_init_io (Fonctions bibliothèques) - (../../zzip/plugin.c)
NAME
zzip_init_io, zzip_get_default_io - (../../zzip/plugin.c)
SYNOPSIS
#include <zziplib.h>
int zzip_init_io (struct zzip_plugin_io* io, int flags); zzip_plugin_io_t zzip_get_default_io ();DESCRIPTION
The zzip_init_io function initializes the users handler struct to default values being the posix io functions in default configured environments.
The zzip_get_default_io function returns a zzip_plugin_io_t handle to static defaults wrapping the posix io file functions for actual file access.
AUTHOR
- •
- Guido Draheim <guidod@gmx.de>
- •
- Mike Nordell <tamlin@algonet.se>
COPYRIGHT
(c) 2002 Guido Draheim All rights reserved, use under the restrictions of the Lesser GNU General Public License note the additional license information that can be found in COPYING.ZZIP