Chapter Contents |
Previous |
Next |
Function Categories |
va_arg
|
access an argument from a varying-length argument list |
va_end
|
end varying-length argument list processing |
va_start
|
begin varying length argument list processing. |
These macros and the type
va_list
are defined in the header file
<stdarg.h>
. For more information on
<stdarg.h>
, see the function description for
va_start
.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.