qc.hlp (Table of Contents; Topic list)
Variable-Length Argument Functions
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <stdarg.h>, <stdio.h>
 
  Syntax:    type va_arg( va_list arg_ptr, type );
             void va_end( va_list arg_ptr );
             void va_start( va_list arg_ptr, prev_param );
 
  See also:  vfprintf, vprintf, vsprintf
                                    -♦-