stdarg.h

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

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

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