Copyright Digital Equipment Corp. All rights reserved.
Returns the next item in the argument list.
Format
#include <stdarg.h> (ANSI C)
#include <varargs.h> (DEC C Extension)
type va_arg (va_list ap, type);
Arguments Description