Create a new property list from scratch

ss_prop_new is a function defined in ssprop.c.

Synopsis:

ss_prop_t * ss_prop_new(const char *name)

Formal Arguments:

  • name: optional name for debugging

Description: Creates a new property list and initializes it. An optional name may be specified and is used only for debugging.

Return Value: Returns new property list on success; null on failure.

Parallel Notes: Independent

See Also: