1ZIP_FTELL(3)             BSD Library Functions Manual             ZIP_FTELL(3)
2

NAME

4     zip_ftell — tell position in file
5

LIBRARY

7     libzip (-lzip)
8

SYNOPSIS

10     #include <zip.h>
11
12     zip_int64_t
13     zip_ftell(zip_file_t *file);
14

DESCRIPTION

16     The zip_ftell() function reports the current offset in the file.
17

RETURN VALUES

19     If successful, zip_ftell returns the current file position.  Otherwise,
20     -1 is returned.
21

SEE ALSO

23     libzip(3), zip_fclose(3), zip_fopen(3), zip_fread(3), zip_fseek(3)
24

HISTORY

26     zip_ftell() was added in libzip 1.2.0.
27

AUTHORS

29     Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
30
31BSD                              July 21, 2020                             BSD
Impressum