SYNOPSIS
#define GD_64BIT_API#include <getdata.h>
- double gd_framenum_subset64(DIRFILE *dirfile, const char *field_code, double value, gd_off64_t field_start, gd_off64_t field_end);
DESCRIPTION
If off_t is a 64-bit type (possibly because _FILE_OFFSET_BITS has been defined to 64), this function will the same as gd_framenum_subset(3). Otherwise, gd_framenum_subset(3) will be a version of this function which uses a 32-bit off_t.