1get_nframes64(3) GETDATA get_nframes64(3)
2
3
4
6 get_nframes64 — report the size of a dirfile with largefile support
7
9 #define _LARGEFILE64_SOURCE
10
11 #include <getdata.h>
12
13 off64_t get_nframes64(DIRFILE *dirfile);
14
16 This version of get_nframes(3) uses a 64-bit offset type, even if off_t
17 is a 32-bit type. It is only available if one defines _LARGE‐
18 FILE64_SOURCE. If off_t is a 64-bit type (i.e. if _FILE_OFFSET_BITS is
19 defined to be 64), this function will be called get_nframes(). Other‐
20 wise, get_nframes() will be a version of this function which uses a
21 32-bit off_t.
22
24 get_nframes(3), feature_test_macros(7)
25
26
27
28Version 0.5.0 8 December 2008 get_nframes64(3)