|
VMS Help CRTL, va_start[_1] *Conan The Librarian |
Used for initializing a variable to the beginning of the argument
list.
Format
#include <varargs.h> (DEC C Extension)
void va_start (va_list ap);
void va_start_1 (va_list ap, int offset);
Additional Information (explode) :
|
|