Using 'va_list' methods

SOM supports methods whose final argument is a va_list. A va_list is a data type whose representation depends on the operating-system platform. To aid construction of portable code, SOM supports a platform-neutral API for building and manipulating va_lists. Use of this API is recommended on all platforms because it is compliant with the ANSI C standard and because of its portability.

Note: Initially support for va_list functions is available only for the PowerPC platform. With the release of SOM 3.0 however, support is extended to the PC platform.