ZIP_FTELL(3) | Library Functions Manual | ZIP_FTELL(3) |
zip_ftell
—
#include <zip.h>
zip_int64_t
zip_ftell
(zip_file_t
*file);
zip_ftell
() function reports the current offset in
the file.
zip_ftell
returns the current file
position. Otherwise, -1 is returned.
zip_ftell
() was added in libzip 1.2.0.
July 21, 2020 | NiH |