stdarg.h

The stdarg.h header file defines macros used to access arguments in functions with variable-length argument lists.

va_arg() va_copy() va_start() va_end()

The stdarg.h header file also defines the structure va_list.

The stdarg.h header file defines va_list as char *va_list.