|
NAMEzip_fseek —
seek in file
LIBRARYlibzip (-lzip)SYNOPSIS#include <zip.h>
zip_int8_t
DESCRIPTIONThezip_fseek () function seeks to the specified
offset relative to whence, just
like
fseek(3).
RETURN VALUESIf successful,zip_fseek returns 0. Otherwise, -1 is
returned.
SEE ALSOlibzip(3), zip_fclose(3), zip_fopen(3), zip_fread(3), zip_ftell(3)HISTORYzip_fseek () was added in libzip 1.2.0.
AUTHORSDieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
Visit the GSP FreeBSD Man Page Interface. |