This documentation is copyright © 1998-2001 Sandro Sigala <sandro@sigala.it>.
All rights reserved.

Released under the GNU General Public License.

Return to index Up one level Previous symbol Next symbol

The ISO C <stdarg.h> Header

Click here for a summary of the <stdarg.h> header.

Macros

va_startInitialize the variable arguments parsing data
va_argReturn the next function variable argument
va_endCleanup the variable arguments parsing data

Types

va_listStore the variable arguments data during parsing