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 must always be called when finished with a variable argument list.

...