logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gd_getdata64 — retrieve data from a Dirfile database, with largefile support

Description

       This  version  of  gd_getdata(3) uses a 64-bit offset type (gd_off64_t), regardless of the size of off_t.
       This function is only guaranteed to be available if GD_64BIT_API is defined before including getdata.h.

       If off_t is a 64-bit type, this function will the same as gd_getdata(3).  Otherwise,  gd_getdata(3)  will
       be a version of this function which uses a 32-bit off_t.

Name

       gd_getdata64 — retrieve data from a Dirfile database, with largefile support

See Also

gd_getdata(3), feature_test_macros(7)

Version 0.10.0                                  25 December 2016                                 gd_getdata64(3)

Synopsis

#defineGD_64BIT_API#include<getdata.h>size_tgd_getdata64(DIRFILE*dirfile,constchar*field_code,gd_off64_tfirst_frame,gd_off64_tfirst_sample,size_tnum_frames,size_tnum_samples,gd_type_treturn_type,void*data_out);

See Also