 |
stdarg.h |
Header File |
ANSI routines for creating functions with variable numbers of arguments
Functions
- va_arg
- Returns the current argument in the list.
![]()
- va_end
- va_end helps the called function perform a normal return.
![]()
- va_start
- Initializes a pointer to a variable argument list.
Predefined Types
- va_list
- A void pointer which can be interpreted as an argument list.