Change an unsigned integer property value

ss_prop_set_u is a function defined in ssprop.c.

Synopsis:

herr_t ss_prop_set_u(ss_prop_t *prop, const char *name, size_t value)

Formal Arguments:

  • prop: property list to be modified
  • name: name of property to be modified
  • value: new unsigned (size_t) value

Description: This is a convenience function for modifying an unsigned integer-valued property. See ss_prop_set for details.

Return Value: See ss_prop_set.

Parallel Notes: Independent

See Also: