1ZIP_FTELL(3) BSD Library Functions Manual ZIP_FTELL(3)
2
4 zip_ftell — tell position in file
5
7 libzip (-lzip)
8
10 #include <zip.h>
11
12 zip_int64_t
13 zip_ftell(zip_file_t *file);
14
16 The zip_ftell() function reports the current offset in the file.
17
19 If successful, zip_ftell returns the current file position. Otherwise,
20 -1 is returned.
21
23 libzip(3), zip_fclose(3), zip_fopen(3), zip_fread(3), zip_fseek(3)
24
26 zip_ftell() was added in libzip 1.2.0.
27
29 Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
30
31BSD July 21, 2020 BSD