va_start
Full prototype:
void va_start(va_list, argument_before_ellipsis);  
Purpose and Notes:
filler notes
more filler notes
even more filler notes
Returns:
void- Returns nothing.
Argument 1:
va_list-
Argument 2:
argument_before_ellipsis-
Example 1
1
FILLER SOURCE CODE
FILLER TERMINAL