7.5.5 Variable arguments of functions
Variable arguments of functions are as follows.
Table 7.7 | Variable Arguments of Functions |
|
|
va_start
|
Initialization of variable for scanning argument list
|
va_arg
|
Moving variable for scanning argument list
|
va_end
|
End of scanning argument list
|