Make a C-automatic array of cat handles¶
SAF_Cat is a macro defined in saf.h.
Synopsis:
-
SAF_Cat(name, p_name, n)¶
Description: This macro puts the memory for an array of cat 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