Manpage of VA_ALIST

Google
Web www.fiveanddime.net

VA_ALIST

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

NAME

13.2.1 Declare variable arguments ---------------------------------

 

SYNOPSIS


     #include <varargs.h>
     FUNCTION(va_alist)
     va_dcl

 

DESCRIPTION

To use the `varargs.h' version of variable argument lists, you must declare your function with a call to the macro `va_alist' as its argument list, and use `va_dcl' as the declaration. _Do not use a semicolon after `va_dcl'._

 

RETURNS

These macros cannot be used in a context where a return is syntactically possible.

 

PORTABILITY

VA_ALIST and VA_DCL were the most widespread method of declaring variable argument lists prior to ANSI C.

 

SEE ALSO

va_alist 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