Node:How Variadic, Next:Variadic Example, Previous:Why Variadic, Up:Variadic Functions
Defining and using a variadic function involves three steps:
...
) in the argument list, and using special macros to
access the variable arguments. See Receiving Arguments.
...
), in all the files which call it.
See Variadic Prototypes.