Manpage of VA_END-TRAD

Google
Web www.fiveanddime.net

VA_END-TRAD

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

NAME

13.2.4 Abandon a variable argument list ---------------------------------------

 

SYNOPSIS


     #include <varargs.h>
     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

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

This is libc.info, produced by makeinfo version 4.7 from /oss/src/newlib/libc/libc.texinfo.

START-INFO-DIR-ENTRY * libc:: The ANSI C library.
END-INFO-DIR-ENTRY


   This file documents the ANSI C library.


   Copyright (C) 1992, 1993, 1994-2004 Red Hat, Inc.


   `libc' includes software developed by the University of California, Berkeley and its contributors.


   libc includes software developed by Martin Jackson, Graham Haley and Steve Chamberlain of Tadpole Technology and released to Cygnus.


   libc uses floating-point conversion software developed at AT&T, which includes this copyright information:


   The author of this software is David M. Gay.


   Copyright (c) 1991 by AT&T.


   Permission to use, copy, modify, and distribute this software for any purpose without fee is hereby granted, provided that this entire notice is included in all copies of any software which is or includes a copy or modification of this software and in all copies of the supporting documentation for such software.


   THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR AT&T MAKES ANY REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.


   Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.


   Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, subject to the terms of the GNU General Public License, which includes the provision that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.


   Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions.

 

SEE ALSO

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