va_table🔗
#include <va_table.h>
Typedefs
-
typedef void
va_table
🔗 A table.
Tables can contain a variable number of cells with dynamically typed elements. Dynamic typing comes with a performance penalty, which is why va_matrix is the de facto way of handling numeric data. Through the C interface, arrays are passed as opaque pointers that can be manipulated using the
va_table_*
functions.