/* 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);