6.14.1 va_list Type
The type va_list()
declares an object that holds information about the
argument list needed by the va_start()
and va_arg()
macros.
Include
<stdarg.h>
Example
See example at va_arg
.
The type va_list()
declares an object that holds information about the
argument list needed by the va_start()
and va_arg()
macros.
Include
<stdarg.h>
Example
See example at va_arg
.
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.