Next: nc_inq_compound_fieldtype, Previous: nc_inq_compound_fieldindex, Up: User Defined Data Types
Given the typeid and fieldid, get the offset.
int nc_inq_compound_fieldoffset(nc_type typeid, int fieldid,
size_t *offsetp);
typeidfieldidoffsetpNC_NOERRNC_EBADTYPEIDNC_EBADFIELDIDNC_EHDFERRSee the example section for nc_inq_compound.