...
Note that va_start() must always be called to initialize the argument list and va_end() should must always be called when finished with a variable argument list.
...
...
Note that va_start() must always be called to initialize the argument list and va_end() should must always be called when finished with a variable argument list.
...