1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<TITLE>OS_VSPrintf</TITLE>
8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">OS_VSPrintf <IMG src="../../image/NTR.gif" align="middle"><IMG src="../../image/TWL.gif" align="middle"></H1>
12<H2>Syntax</H2>
13<DL>
14  <DD><CODE>#include &lt;nitro/os.h&gt;<BR> <BR> int OS_VSPrintf( char *dst, const char *fmt, va_list vlist );<BR> <BR></CODE>
15</DL>
16
17<H2>Arguments</H2>
18<p>Identical to the <a href="../../std/string/STD_TVSPrintf.html"><code>STD_TVSPrintf</code></a> function.</p>
19
20<H2>Return Values</H2>
21<p>Identical to the <a href="../../std/string/STD_TVSPrintf.html"><code>STD_TVSPrintf</code></a> function.</p>
22
23<H2>Description</H2>
24<p>This function has currently been replaced by the <a href="../../std/string/STD_TVSPrintf.html"><code>STD_TVSPrintf</code></a> function. This function simply calls the <a href="../../std/string/STD_TVSPrintf.html"><code>STD_TVSPrintf</code></a> function internally and returns its results.</p>
25<p>This function is compiled with weak symbols. Therefore, you can overwrite them with your own function definitions.</p>
26
27<H2>See Also</H2>
28<p><code><a href="../../std/string/STD_TVSPrintf.html">STD_TVSPrintf</a></code></p>
29
30<H2>Revision History</H2>
31<P>
322008/09/06 Revised the description of this function being replaced by a STD library function. <br />2004/11/25 Added an explanation concerning weak symbols. <BR>2004/06/15 Changed &quot;terminating NUL&quot; to &quot;terminating character '\0'.&quot; <BR>2004/03/26 Initial version.</P>
33<hr><p>CONFIDENTIAL</p></body>
34</HTML>