zzip_seekdir32 (3)
Leading comments
Title: zzip_rewinddir Author: [see the "Author" section] Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> Date: 0.13.62 Manual: zziplib Function List Source: zziplib Language: English
NAME
zzip_rewinddir, zzip_telldir, zzip_seekdir, zzip_telldir32, zzip_seekdir32 -SYNOPSIS
#include <zzip/lib.h>
-
void zzip_rewinddir((ZZIP_DIR * dir));
- zzip_off_t zzip_telldir((ZZIP_DIR * dir));
- void zzip_seekdir((ZZIP_DIR * dir, zzip_off_t offset));
- long zzip_telldir32((ZZIP_DIR * dir));
- void zzip_seekdir32((ZZIP_DIR * dir, long offset));
- zzip_off_t zzip_telldir((ZZIP_DIR * dir));
DESCRIPTION
The zzip_telldir function is the equivalent of telldir(2) for a realdir or zipfile.
The zzip_seekdir function is the equivalent of seekdir(2) for a realdir or zipfile.
The zzip_telldir32 function is provided for users who can not use any largefile-mode.
The zzip_seekdir32 function is provided for users who can not use any largefile-mode.
AUTHOR
- * Guido Draheim <guidod@gmx.de>
COPYRIGHT
Copyright (c) 1999,2000,2001,2002,2003 Guido Draheim All rights reserved, use under the restrictions of the Lesser GNU General Public License or alternatively the restrictions of the Mozilla Public License 1.1