Other Alias
gd_alter_frameoffset64SYNOPSIS
#define GD_64BIT_API#include <getdata.h>
-
gd_off64_t gd_frameoffset(DIRFILE *dirfile, int fragment_index);
- int gd_alter_frameoffset64(DIRFILE *dirfile, gd_off64_t offset, int fragment_index, int move);
DESCRIPTION
If off_t is a 64-bit type (possibly because _FILE_OFFSET_BITS has been defined to 64), these functions will the same as gd_framenum_subset(3) and gd_alter_frameoffset(3). Otherwise, gd_framenum_subset(3) and gd_alter_frameoffset(3) will be versions of these function which use a 32-bit off_t.