56 lines
2.0 KiB
HTML
56 lines
2.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<link type="text/css" rel="stylesheet" href="style.css"><!-- Generated by The Open Group's rhtm tool v1.2.1 -->
|
|
<!-- Copyright (c) 2001 The Open Group, All Rights Reserved -->
|
|
<title>va_arg</title>
|
|
</head>
|
|
<body bgcolor="white">
|
|
|
|
<basefont size="3"> <a name="va_arg"></a> <a name="tag_03_808"></a><!-- va_arg -->
|
|
<!--header start-->
|
|
<center><font size="2">The Open Group Base Specifications Issue 6<br>
|
|
IEEE Std 1003.1-2001<br>
|
|
Copyright © 2001 The IEEE and The Open Group, All Rights reserved.</font></center>
|
|
|
|
<!--header end-->
|
|
<hr size="2" noshade>
|
|
<h4><a name="tag_03_808_01"></a>NAME</h4>
|
|
|
|
<blockquote>va_arg, va_copy, va_end, va_start - handle variable argument list</blockquote>
|
|
|
|
<h4><a name="tag_03_808_02"></a>SYNOPSIS</h4>
|
|
|
|
<blockquote class="synopsis">
|
|
<p><code><tt>#include <<a href="../basedefs/stdarg.h.html">stdarg.h</a>><br>
|
|
<br>
|
|
</tt> <i>type</i> <tt>va_arg(va_list</tt> <i>ap</i><tt>,</tt> <i>type</i><tt>);<br>
|
|
void va_copy(va_list</tt> <i>dest</i><tt>, va_list</tt> <i>src</i><tt>);<br>
|
|
void va_end(va_list</tt> <i>ap</i><tt>);<br>
|
|
void va_start(va_list</tt> <i>ap</i><tt>,</tt> <i>argN</i><tt>);<br>
|
|
</tt></code></p>
|
|
</blockquote>
|
|
|
|
<h4><a name="tag_03_808_03"></a>DESCRIPTION</h4>
|
|
|
|
<blockquote>
|
|
<p>Refer to the Base Definitions volume of IEEE Std 1003.1-2001, <a href=
|
|
"../basedefs/stdarg.h.html"><i><stdarg.h></i></a>.</p>
|
|
</blockquote>
|
|
|
|
<hr size="2" noshade>
|
|
<center><font size="2"><!--footer start-->
|
|
UNIX ® is a registered Trademark of The Open Group.<br>
|
|
POSIX ® is a registered Trademark of The IEEE.<br>
|
|
[ <a href="../mindex.html">Main Index</a> | <a href="../basedefs/contents.html">XBD</a> | <a href=
|
|
"../utilities/contents.html">XCU</a> | <a href="../functions/contents.html">XSH</a> | <a href="../xrat/contents.html">XRAT</a>
|
|
]</font></center>
|
|
|
|
<!--footer end-->
|
|
<hr size="2" noshade>
|
|
</body>
|
|
</html>
|
|
|