...
Note that va_start()
must always be called to initialize the argument list and va_end()
should always be called when finished with a variable argument list.
However, if the function is called as follows:
...
...
Note that va_start()
must always be called to initialize the argument list and va_end()
should always be called when finished with a variable argument list.
However, if the function is called as follows:
...