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