Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

...