Make a C-automatic array of set handles¶
SAF_Set is a macro defined in saf.h.
Synopsis:
-
SAF_Set(name, p_name, n)¶
Description: This macro puts the memory for an array of set object handles on the stack as an automatic variable rather
than having the library or client worry about allocating or freeing it. name is the name of the array
returning an array of object handles.
See Also:
- C-Automatic Handle Allocation: Introduction for current chapter