Manpage of VA_ARG-TRAD

Google
Web www.fiveanddime.net

VA_ARG-TRAD

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

NAME

13.2.3 Extract a value from argument list -----------------------------------------

 

SYNOPSIS


     #include <varargs.h>
     TYPE va_arg(va_list AP, TYPE);

 

DESCRIPTION

`va_arg' returns the next unprocessed value from a variable argument list AP (which you must previously create with VA_START). Specify the type for the value as the second parameter to the macro, TYPE.

 

RETURNS

`va_arg' returns the next argument, an object of type TYPE.

 

PORTABILITY

The `va_arg' defined in `varargs.h' has the same syntax and usage as the ANSI C version from `stdarg.h'.

 

SEE ALSO

va_arg-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