1VA_ARG(3P)                 POSIX Programmer's Manual                VA_ARG(3P)
2
3
4

PROLOG

6       This  manual  page is part of the POSIX Programmer's Manual.  The Linux
7       implementation of this interface may differ (consult the  corresponding
8       Linux  manual page for details of Linux behavior), or the interface may
9       not be implemented on Linux.
10

NAME

12       va_arg, va_copy, va_end, va_start - handle variable argument list
13

SYNOPSIS

15       #include <stdarg.h>
16
17        type va_arg(va_list ap, type);
18       void va_copy(va_list dest, va_list src);
19       void va_end(va_list ap);
20       void va_start(va_list ap, argN);
21
22

DESCRIPTION

24       Refer  to  the  Base  Definitions   volume   of   IEEE Std 1003.1-2001,
25       <stdarg.h>.
26
28       Portions  of  this text are reprinted and reproduced in electronic form
29       from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
30       --  Portable  Operating  System  Interface (POSIX), The Open Group Base
31       Specifications Issue 6, Copyright (C) 2001-2003  by  the  Institute  of
32       Electrical  and  Electronics  Engineers, Inc and The Open Group. In the
33       event of any discrepancy between this version and the original IEEE and
34       The  Open Group Standard, the original IEEE and The Open Group Standard
35       is the referee document. The original Standard can be  obtained  online
36       at http://www.opengroup.org/unix/online.html .
37
38
39
40IEEE/The Open Group                  2003                           VA_ARG(3P)
Impressum