blob: 6b836fba291a11bcfe12a692f631a135db1e3e8f [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>oscl_snprintf.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.18 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; </center>
<hr><h1>oscl_snprintf.h</h1><a href="oscl__snprintf_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">// -*- c++ -*-</span>
00002 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
00003
00004 <span class="comment">// O S C L_ S N P R I N T F</span>
00005
00006 <span class="comment">// This is a portable implementation of snprintf() for use on all</span>
00007 <span class="comment">// platforms supported by oscl.</span>
00008
00009 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
00010
00024 <span class="preprocessor">#ifndef OSCL_SNPRINTF_H_INCLUDED</span>
00025 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_SNPRINTF_H_INCLUDED</span>
00026 <span class="preprocessor"></span>
00027 <span class="comment">// - - Inclusion - - - - - - - - - - - - - - - - - - - - - - - - - - - -</span>
00028
00029 <span class="preprocessor">#ifndef OSCL_BASE_H_INCLUDED</span>
00030 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span>
00031 <span class="preprocessor">#endif</span>
00032 <span class="preprocessor"></span>
00033 <span class="preprocessor">#ifndef OSCLCONFIG_UTIL_H_INCLUDED</span>
00034 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__util_8h.html">osclconfig_util.h</a>"</span>
00035 <span class="preprocessor">#endif</span>
00036 <span class="preprocessor"></span>
00037 OSCL_IMPORT_REF int32 <a class="code" href="group__osclutil.html#a35">oscl_snprintf</a>(<span class="keywordtype">char</span> *str, uint32 count, <span class="keyword">const</span> <span class="keywordtype">char</span> *fmt, <span class="comment">/*args*/</span> ...);
00038 OSCL_IMPORT_REF int32 <a class="code" href="group__osclutil.html#a35">oscl_snprintf</a>(<a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *str, uint32 count, <span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *fmt, <span class="comment">/*args*/</span> ...);
00039 OSCL_IMPORT_REF int32 <a class="code" href="group__osclutil.html#a37">oscl_vsnprintf</a>(<span class="keywordtype">char</span> *str, uint32 count, <span class="keyword">const</span> <span class="keywordtype">char</span> *fmt, va_list args);
00040 OSCL_IMPORT_REF int32 <a class="code" href="group__osclutil.html#a37">oscl_vsnprintf</a>(<a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *str, uint32 count, <span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *fmt, va_list args);
00041 <span class="preprocessor">#endif</span>
00042 <span class="preprocessor"></span>
</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small>
</small></address>
</body>
</html>