Name

— (../../zzip/err.c) zzip_errno

Synopsis

 #include <zziplib.h>

int zzip_errno( zzip_errno );
int errcode;

Description

map the error code to a system error code. This is used for the drop-in replacement functions to return a value that can be interpreted correctly by code sections that are unaware of the fact they their open(2) call had been diverted to a file inside a zip-archive.

Author

Copyright

(c) 1999,2000,2001,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