Manpage of VA_END

Google
Web www.fiveanddime.net

VA_END

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

NAME

13.1.3 Abandon a variable argument list ---------------------------------------

 

SYNOPSIS


     #include <stdarg.h>
     void va_end(va_list AP);

 

DESCRIPTION

Use `va_end' to declare that your program will not use the variable argument list AP any further.

 

RETURNS

`va_end' does not return a result.

 

PORTABILITY

ANSI C requires `va_end'.

 

SEE ALSO

va_end 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