Variable Arguments
The ellipsis symbol for the declaration and the 3 keywords to handle the variable arguments of a variadic procedure.
Note:
When using gcc, the ellipsis symbol is still supported but not the 3 keywords to access the variable arguments.
... (Ellipsis)
va_first
va_arg
va_next