Manpage of VA_START-TRAD

Google
Web www.fiveanddime.net

VA_START-TRAD

Section: NEWLIB (3)
Updated: 2005 Feb 23
Index Return to Main Contents
 

NAME

13.2.2 Initialize variable argument list ----------------------------------------

 

SYNOPSIS


     #include <varargs.h>
     va_list AP;
     va_start(AP);

 

DESCRIPTION

With the `varargs.h' macros, use `va_start' to initialize a data structure AP to permit manipulating a variable argument list. AP must have the type VA_ALIST.

 

RETURNS

`va_start' does not return a result.

 

PORTABILITY

`va_start' is also defined as a macro in ANSI C, but the definitions are incompatible; the ANSI version has another parameter besides AP.

 

SEE ALSO

va_start-trad is part of the libc library. The full documentation for libc is maintained as a Texinfo manual. If info and libc are properly installed at your site, the command
info libc

will give you access to the complete manual.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURNS
PORTABILITY
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:25:33 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net