1get_framenum_subset64(3)            GETDATA           get_framenum_subset64(3)
2
3
4

NAME

6       get_framenum_subset64  —  perform  a  reverse  look-up  on  a monotonic
7       dirfile field
8

SYNOPSIS

10       #define _LARGEFILE64_SOURCE
11
12       #include <getdata.h>
13
14       double get_framenum_subset64(DIRFILE *dirfile, const char *field_code,
15              double value, off64_t field_start, off64_t field_end);
16

DESCRIPTION

18       This  version of get_framenum_subset(3) uses a 64-bit offset type, even
19       if off_t is a 32-bit type.  It is only available if one defines _LARGE‐
20       FILE64_SOURCE.  If off_t is a 64-bit type (i.e. if _FILE_OFFSET_BITS is
21       defined to be 64), this function will be called  get_framenum_subset().
22       Otherwise,  get_framenum_subset()  will  be  a version of this function
23       which uses a 32-bit off_t.
24

SEE ALSO

26       get_framenum_subset(3), feature_test_macros(7)
27
28
29
30Version 0.6.0                   18 October 2008       get_framenum_subset64(3)
Impressum