Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
zzip_error(3)		     zziplib Function List		 zzip_error(3)

NAME
       zzip_error, zzip_seterror -  get	errror status.

SYNOPSIS
       #include	<zzip/lib.h>

       int
       zzip_error(ZZIP_DIR* dir)

       void
       zzip_seterror(ZZIP_DIR* dir, int	errcode)

DESCRIPTION
	The zzip_error function	just returns dir->errcode of the ZZIP_DIR
       handle see: zzip_dir_open, zzip_dir_open, zzip_readdir, zzip_dir_read

	The zzip_seterror function just	does dir->errcode = errcode

AUTHOR
	Guido Draheim <guidod@gmx.de>

COPYRIGHT
	Copyright (c) Guido Draheim, use under copyleft	(LGPL,MPL)

zziplib				    0.13.78			 zzip_error(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=zzip_error&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help