Home | History | Annotate | Download | only in oscl_html
      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
      2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
      3 <title>oscl_snprintf.h Source File</title>
      4 <link href="doxygen.css" rel="stylesheet" type="text/css">
      5 </head><body>
      6 <!-- Generated by Doxygen 1.2.18 -->
      7 <center>
      8 <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>
      9 <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>
     10 00002 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
     11 00003 
     12 00004 <span class="comment">//               O S C L_ S N P R I N T F</span>
     13 00005 
     14 00006 <span class="comment">//    This is a portable implementation of snprintf() for use on all</span>
     15 00007 <span class="comment">//    platforms supported by oscl.</span>
     16 00008 
     17 00009 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
     18 00010 
     19 00024 <span class="preprocessor">#ifndef OSCL_SNPRINTF_H_INCLUDED</span>
     20 00025 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_SNPRINTF_H_INCLUDED</span>
     21 00026 <span class="preprocessor"></span>
     22 00027 <span class="comment">// - - Inclusion - - - - - - - - - - - - - - - - - - - - - - - - - - - -</span>
     23 00028 
     24 00029 <span class="preprocessor">#ifndef OSCL_BASE_H_INCLUDED</span>
     25 00030 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span>
     26 00031 <span class="preprocessor">#endif</span>
     27 00032 <span class="preprocessor"></span>
     28 00033 <span class="preprocessor">#ifndef OSCLCONFIG_UTIL_H_INCLUDED</span>
     29 00034 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__util_8h.html">osclconfig_util.h</a>"</span>
     30 00035 <span class="preprocessor">#endif</span>
     31 00036 <span class="preprocessor"></span>
     32 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> ...);
     33 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> ...);
     34 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);
     35 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);
     36 00041 <span class="preprocessor">#endif</span>
     37 00042 <span class="preprocessor"></span>
     38 </pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
     39 <address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small>
     40 </small></address>
     41 </body>
     42 </html>
     43