ZIP_SOURCE_SEEK(3) | Library Functions Manual | ZIP_SOURCE_SEEK(3) |
zip_source_seek
—
#include <zip.h>
int
zip_source_seek
(zip_source_t
*source, zip_int64_t
offset, int
whence);
zip_source_seek
() sets the current read
offset for source. Just like in
fseek(3), depending on the
whence argument, the offset is
counted relative from:
zip_source_seek
() was added in libzip 1.0.
December 18, 2017 | NetBSD 8.99.35 |