1
2
3
4
5
6
7
8
9gd_eof64(3) GETDATA gd_eof64(3)
10
11
12
14 gd_eof64 — find the end of a Dirfile field, with largefile support
15
16
18 #define GD_64BIT_API
19 #include <getdata.h>
20
21 gd_off64_t gd_eof64(DIRFILE *dirfile, const char *field_code);
22
23
25 This version of gd_eof(3) uses a 64-bit offset type (gd_off64_t), re‐
26 gardless of the size of off_t. It is only guaranteed to be available
27 when GD_64BIT_API is defined before including getdata.h.
28
29 If off_t is a 64-bit type, this function will the same as gd_eof(3).
30 Otherwise, gd_eof(3) will be a version of this function which uses a
31 32-bit off_t.
32
33
35 gd_eof(3), feature_test_macros(7)
36
37
38
39Version 0.10.0 25 December 2016 gd_eof64(3)