/* Write an attribute of any type. */ EXTERNL int nc_put_att(int ncid, int varid, const char *name, nc_type xtype, size_t len, const void *op); /* Read an attribute of any type. */ EXTERNL int nc_get_att(int ncid, int varid, const char *name, void *ip);
2009 Unidata NetCDF Workshop for Developers and Data Providers > User Defined Types in NetCDF-4