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