www.LinuxHowtos.org
ZIP_FTELL
Section: C Library Functions (3)Index Return to Main Contents
BSD mandoc
NAME
zip_ftell - tell position in fileLIBRARY
libzip -lzip)SYNOPSIS
In zip.h Ft zip_int64_t Fn zip_ftell zip_file_t *fileDESCRIPTION
The Fn zip_ftell function reports the current offset in the file.RETURN VALUES
If successful, returns the current file position. Otherwise, -1 is returned.SEE ALSO
libzip(3), zip_fclose3, zip_file_get_error3, zip_fopen3, zip_fread3, zip_fseek3HISTORY
Fn zip_ftell was added in libzip 1.2.0.AUTHORS
An -nosplit An Dieter Baron Aq Mt dillo@nih.at and An Thomas Klausner Aq Mt wiz@gatalith.at