Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > bad97183153701b09df5fae1052b1c30 > files > 1411

crystalspace-doc-1.2.1-5mdv2010.0.i586.rpm

<!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>Crystal Space 1.2.1: cstypes.h Source File (Crystal Space 1.2.1 Public API Reference)</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="head">
 <tr height="59">
  <td class="head" width="202" valign="bottom" style="padding-left:0;"><a href="http://www.crystalspace3d.org/"><img src="csblur.png" width="236" height="59" alt="CrystalSpace" border="0"></a></td>
  <td class="head"><h2>Public API Reference</h2></td>
 </tr>
 <tr height="11">
  <td colspan="2" class="headshadow" valign="top" style="padding-left:0;"><img src="csblurb.png" width="236" height="11" alt="" border="0"></td>
 </tr>
</table>
<div class="content">
<!-- Generated by Doxygen 1.5.3 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li><a href="classes.html"><span>Classes</span></a></li>
    <li class="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  </ul>
</div>
<h1>cstypes.h</h1><a href="cstypes_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment">    Copyright (C) 1998-2004 by Jorrit Tyberghein</span>
<a name="l00003"></a>00003 <span class="comment">  </span>
<a name="l00004"></a>00004 <span class="comment">    This library is free software; you can redistribute it and/or</span>
<a name="l00005"></a>00005 <span class="comment">    modify it under the terms of the GNU Library General Public</span>
<a name="l00006"></a>00006 <span class="comment">    License as published by the Free Software Foundation; either</span>
<a name="l00007"></a>00007 <span class="comment">    version 2 of the License, or (at your option) any later version.</span>
<a name="l00008"></a>00008 <span class="comment">  </span>
<a name="l00009"></a>00009 <span class="comment">    This library is distributed in the hope that it will be useful,</span>
<a name="l00010"></a>00010 <span class="comment">    but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00011"></a>00011 <span class="comment">    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00012"></a>00012 <span class="comment">    Library General Public License for more details.</span>
<a name="l00013"></a>00013 <span class="comment">  </span>
<a name="l00014"></a>00014 <span class="comment">    You should have received a copy of the GNU Library General Public</span>
<a name="l00015"></a>00015 <span class="comment">    License along with this library; if not, write to the Free</span>
<a name="l00016"></a>00016 <span class="comment">    Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</span>
<a name="l00017"></a>00017 <span class="comment">*/</span>
<a name="l00018"></a>00018 
<a name="l00019"></a>00019 <span class="preprocessor">#ifndef __CS_CSTYPES_H__</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span><span class="preprocessor">#define __CS_CSTYPES_H__</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span>
<a name="l00028"></a>00028 <span class="preprocessor">#include "csplatform.h"</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;float.h&gt;</span>
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 <span class="preprocessor">#if defined(CS_HAVE_STDINT_H)</span>
<a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#ifndef __STDC_CONSTANT_MACROS</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span><span class="preprocessor">#define __STDC_CONSTANT_MACROS</span>
<a name="l00034"></a>00034 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00035"></a>00035 <span class="preprocessor"></span><span class="preprocessor">#ifndef __STDC_LIMIT_MACROS</span>
<a name="l00036"></a>00036 <span class="preprocessor"></span><span class="preprocessor">#define __STDC_LIMIT_MACROS</span>
<a name="l00037"></a>00037 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00038"></a>00038 <span class="preprocessor"></span><span class="preprocessor">#include &lt;stdint.h&gt;</span>
<a name="l00039"></a>00039 <span class="preprocessor">#endif</span>
<a name="l00040"></a>00040 <span class="preprocessor"></span>
<a name="l00041"></a>00041 <span class="preprocessor">#if defined(CS_HAVE_INTTYPES_H)</span>
<a name="l00042"></a>00042 <span class="preprocessor"></span><span class="preprocessor">#ifndef __STDC_FORMAT_MACROS</span>
<a name="l00043"></a>00043 <span class="preprocessor"></span><span class="preprocessor">#define __STDC_FORMAT_MACROS</span>
<a name="l00044"></a>00044 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00045"></a>00045 <span class="preprocessor"></span><span class="preprocessor">#include &lt;inttypes.h&gt;</span>
<a name="l00046"></a>00046 <span class="preprocessor">#endif</span>
<a name="l00047"></a>00047 <span class="preprocessor"></span>
<a name="l00056"></a>00056 <span class="preprocessor">#if !defined(CS_HAVE_STDINT_H) &amp;&amp; !defined(CS_HAVE_INTTYPES_H)</span>
<a name="l00058"></a><a class="code" href="group__util.html#gdde6aaee8457bee49c2a92621fe22b79">00058</a> <span class="preprocessor">typedef unsigned char uint8;</span>
<a name="l00060"></a><a class="code" href="group__util.html#ge47c588f3ab8c61121c1c7ab7edc47cd">00060</a> <span class="preprocessor">typedef char int8;</span>
<a name="l00062"></a><a class="code" href="group__util.html#g05f6b0ae8f6a6e135b0e290c25fe0e4e">00062</a> <span class="preprocessor">typedef unsigned short uint16;</span>
<a name="l00064"></a><a class="code" href="group__util.html#g4355d16fcf9f644c9ac84293f0b1801f">00064</a> <span class="preprocessor">typedef short int16;</span>
<a name="l00066"></a><a class="code" href="group__util.html#g1134b580f8da4de94ca6b1de4d37975e">00066</a> <span class="preprocessor">typedef unsigned int uint32;</span>
<a name="l00068"></a><a class="code" href="group__util.html#g56f1a81c92849566ae864511088eb7e8">00068</a> <span class="preprocessor">typedef int int32;</span>
<a name="l00069"></a>00069 <span class="preprocessor"></span><span class="preprocessor">#if defined(CS_COMPILER_GCC)</span>
<a name="l00070"></a>00070 <span class="preprocessor"></span><span class="preprocessor">#ifndef __STRICT_ANSI__</span>
<a name="l00072"></a><a class="code" href="group__util.html#g058a7c8f752204f23318dc1dcab45b1c">00072</a> <span class="preprocessor">typedef unsigned long long uint64;</span>
<a name="l00074"></a><a class="code" href="group__util.html#gecfc3c54bd29ad5964e1c1c3ccbf89df">00074</a> <span class="preprocessor">typedef long long int64;</span>
<a name="l00075"></a>00075 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00076"></a>00076 <span class="preprocessor"></span><span class="preprocessor">#elif defined(CS_COMPILER_MSVC) || defined(CS_COMPILER_BCC)</span>
<a name="l00078"></a>00078 <span class="preprocessor">typedef unsigned __int64 uint64;</span>
<a name="l00080"></a>00080 <span class="preprocessor">typedef __int64 int64;</span>
<a name="l00081"></a>00081 <span class="preprocessor"></span><span class="preprocessor">#else</span>
<a name="l00082"></a>00082 <span class="preprocessor"></span><span class="preprocessor">#error Do not know how to declare 64-bit integers</span>
<a name="l00083"></a>00083 <span class="preprocessor"></span><span class="preprocessor">#endif // CS_COMPILER_GCC</span>
<a name="l00084"></a>00084 <span class="preprocessor"></span>
<a name="l00085"></a>00085 <span class="preprocessor">#else // CS_HAVE_STDINT_H || CS_HAVE_INTTYPES_H</span>
<a name="l00086"></a>00086 <span class="preprocessor"></span>
<a name="l00087"></a>00087 <span class="keyword">typedef</span> uint8_t <a class="code" href="group__util.html#gdde6aaee8457bee49c2a92621fe22b79" title="unsigned 8-bit integer (0..255)">uint8</a>;
<a name="l00088"></a>00088 <span class="keyword">typedef</span> int8_t <a class="code" href="group__util.html#ge47c588f3ab8c61121c1c7ab7edc47cd" title="signed 8-bit integer (-128..127)">int8</a>;
<a name="l00089"></a>00089 <span class="keyword">typedef</span> uint16_t <a class="code" href="group__util.html#g05f6b0ae8f6a6e135b0e290c25fe0e4e" title="unsigned 16-bit integer (0..65 535)">uint16</a>;
<a name="l00090"></a>00090 <span class="keyword">typedef</span> int16_t <a class="code" href="group__util.html#g4355d16fcf9f644c9ac84293f0b1801f" title="signed 16-bit integer (-32 768..32 767)">int16</a>;
<a name="l00091"></a>00091 <span class="keyword">typedef</span> uint32_t <a class="code" href="group__util.html#g1134b580f8da4de94ca6b1de4d37975e" title="unsigned 32-bit integer (0..4 294 967 295)">uint32</a>;
<a name="l00092"></a>00092 <span class="keyword">typedef</span> int32_t <a class="code" href="group__util.html#g56f1a81c92849566ae864511088eb7e8" title="signed 32-bit integer (-2 147 483 648..2 147 483 647)">int32</a>;
<a name="l00093"></a>00093 <span class="keyword">typedef</span> uint64_t <a class="code" href="group__util.html#g058a7c8f752204f23318dc1dcab45b1c" title="unsigned 64-bit integer">uint64</a>;
<a name="l00094"></a>00094 <span class="keyword">typedef</span> int64_t <a class="code" href="group__util.html#gecfc3c54bd29ad5964e1c1c3ccbf89df" title="signed 64-bit integer">int64</a>;
<a name="l00095"></a>00095 <span class="preprocessor">#endif</span>
<a name="l00096"></a>00096 <span class="preprocessor"></span>
<a name="l00097"></a>00097 <span class="preprocessor">#ifdef CS_HAVE_INT64_C</span>
<a name="l00098"></a>00098 <span class="preprocessor"></span>
<a name="l00104"></a><a class="code" href="group__util.html#g2d97fd45fc37ec694b840a2c38f22188">00104</a> <span class="preprocessor">#define CONST_INT64(x) INT64_C(x)</span>
<a name="l00105"></a>00105 <span class="preprocessor"></span>
<a name="l00111"></a><a class="code" href="group__util.html#gaa7f143e27bbb68e56567f228e102f53">00111</a> <span class="preprocessor">#define CONST_UINT64(x) UINT64_C(x)</span>
<a name="l00112"></a>00112 <span class="preprocessor"></span>
<a name="l00113"></a>00113 <span class="preprocessor">#else // CS_HAVE_INT64_C</span>
<a name="l00114"></a>00114 <span class="preprocessor"></span>
<a name="l00115"></a>00115 <span class="preprocessor">#if defined(CS_COMPILER_GCC)</span>
<a name="l00116"></a>00116 <span class="preprocessor"></span><span class="preprocessor">#define CONST_INT64(x)  x ## LL</span>
<a name="l00117"></a>00117 <span class="preprocessor"></span><span class="preprocessor">#define CONST_UINT64(x) x ## ULL</span>
<a name="l00118"></a>00118 <span class="preprocessor"></span><span class="preprocessor">#elif defined(CS_COMPILER_MSVC) || defined(CS_COMPILER_BCC)</span>
<a name="l00119"></a>00119 <span class="preprocessor"></span><span class="preprocessor">#define CONST_INT64(x)  x##i64</span>
<a name="l00120"></a>00120 <span class="preprocessor"></span><span class="preprocessor">#define CONST_UINT64(x) x##ui64</span>
<a name="l00121"></a>00121 <span class="preprocessor"></span><span class="preprocessor">#else</span>
<a name="l00122"></a>00122 <span class="preprocessor"></span><span class="preprocessor">#error Do not know how to contruct 64-bit integer constants</span>
<a name="l00123"></a>00123 <span class="preprocessor"></span><span class="preprocessor">#endif // CS_COMPILER_GCC</span>
<a name="l00124"></a>00124 <span class="preprocessor"></span>
<a name="l00125"></a>00125 <span class="preprocessor">#endif // CS_HAVE_INT64_C</span>
<a name="l00126"></a>00126 <span class="preprocessor"></span>
<a name="l00132"></a>00132 <span class="comment">// Provide intptr_t and uintptr_t. If the configure script determined that</span>
<a name="l00133"></a>00133 <span class="comment">// these types exist in the standard headers, then just employ those types.</span>
<a name="l00134"></a>00134 <span class="comment">// For MSVC, where the configure script is not used, check &lt;stddef.h&gt;, which is</span>
<a name="l00135"></a>00135 <span class="comment">// one of several headers which may provide these types. We can tell if</span>
<a name="l00136"></a>00136 <span class="comment">// &lt;stddef.h&gt; provided the types by checking if _INTPTR_T_DEFINED has been</span>
<a name="l00137"></a>00137 <span class="comment">// #defined; newer versions of MSVC will provide them; older ones will not.  If</span>
<a name="l00138"></a>00138 <span class="comment">// all else fails, then we fake up these types on our own.</span>
<a name="l00139"></a>00139 <span class="preprocessor">#include &lt;stddef.h&gt;</span>
<a name="l00140"></a>00140 <span class="preprocessor">#if !defined(CS_HAVE_INTPTR_T) &amp;&amp; !defined(_INTPTR_T_DEFINED)</span>
<a name="l00141"></a>00141 <span class="preprocessor"></span>
<a name="l00142"></a>00142 <span class="preprocessor">#if CS_PROCESSOR_SIZE == 64</span>
<a name="l00143"></a>00143 <span class="preprocessor"></span><span class="keyword">typedef</span> <a class="code" href="group__util.html#gecfc3c54bd29ad5964e1c1c3ccbf89df" title="signed 64-bit integer">int64</a> <a class="code" href="group__util.html#g0fbe4a4f8dd857ee04923a901f27465f" title="Integer at least as wide as a pointer.">intptr_t</a>;
<a name="l00144"></a>00144 <span class="keyword">typedef</span> <a class="code" href="group__util.html#g058a7c8f752204f23318dc1dcab45b1c" title="unsigned 64-bit integer">uint64</a> <a class="code" href="group__util.html#g728e973c799f206f0151c8a3bd1e5699" title="Unsigned integer at least as wide as a pointer.">uintptr_t</a>;
<a name="l00145"></a>00145 <span class="keyword">typedef</span> <a class="code" href="group__util.html#gecfc3c54bd29ad5964e1c1c3ccbf89df" title="signed 64-bit integer">int64</a> <a class="code" href="group__util.html#gfbe679a40a36da5983ebc5b39754c065" title="Difference of 2 pointers.">ptrdiff_t</a>;
<a name="l00146"></a>00146 <span class="preprocessor">#else</span>
<a name="l00148"></a><a class="code" href="group__util.html#g0fbe4a4f8dd857ee04923a901f27465f">00148</a> <span class="preprocessor">typedef int intptr_t;</span>
<a name="l00150"></a><a class="code" href="group__util.html#g728e973c799f206f0151c8a3bd1e5699">00150</a> <span class="preprocessor">typedef unsigned int uintptr_t;</span>
<a name="l00152"></a><a class="code" href="group__util.html#gfbe679a40a36da5983ebc5b39754c065">00152</a> <span class="preprocessor">typedef int ptrdiff_t;</span>
<a name="l00153"></a>00153 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00154"></a>00154 <span class="preprocessor"></span>
<a name="l00155"></a><a class="code" href="group__util.html#g3ce96ec9d1fcd8dfccadb47145718f9d">00155</a> <span class="preprocessor">#define _INTPTR_T_DEFINED</span>
<a name="l00156"></a><a class="code" href="group__util.html#g106239fcf6108905a1beb6837f7343c8">00156</a> <span class="preprocessor"></span><span class="preprocessor">#define _UINTPTR_T_DEFINED</span>
<a name="l00157"></a><a class="code" href="group__util.html#g54bd20b818e5c78e53e6e56acf5fe946">00157</a> <span class="preprocessor"></span><span class="preprocessor">#define _PTRDIFF_T_DEFINED</span>
<a name="l00158"></a>00158 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00159"></a>00159 <span class="preprocessor"></span>
<a name="l00160"></a>00160 <span class="preprocessor">#if !defined(CS_HAVE_INTMAX_T)</span>
<a name="l00162"></a><a class="code" href="group__util.html#gdf15ccab34376d145000ad55d01099a6">00162</a> <span class="preprocessor">typedef int64 intmax_t;</span>
<a name="l00164"></a><a class="code" href="group__util.html#ged66caaa0c923c24a5c3d3117ff8492d">00164</a> <span class="preprocessor">typedef uint64 uintmax_t;</span>
<a name="l00165"></a>00165 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00166"></a>00166 <span class="preprocessor"></span>
<a name="l00167"></a>00167 
<a name="l00168"></a>00168 <span class="comment">// Provide wchar_t and wint_t. If the configure script determined that these</span>
<a name="l00169"></a>00169 <span class="comment">// types exist in the standard headers, then just employ those types.  For</span>
<a name="l00170"></a>00170 <span class="comment">// MSVC, where the configure script is not used, check &lt;stddef.h&gt;, &lt;wchar.h&gt;,</span>
<a name="l00171"></a>00171 <span class="comment">// and &lt;wctype.h&gt;, which are three of several headers which may provide these</span>
<a name="l00172"></a>00172 <span class="comment">// types. We can tell if these headers provided the types by checking if</span>
<a name="l00173"></a>00173 <span class="comment">// _WCHAR_T_DEFINED and _WCTYPE_T_DEFINED have been #defined; newer versions of</span>
<a name="l00174"></a>00174 <span class="comment">// MSVC will provide them; older ones will not.  If all else fails, then we</span>
<a name="l00175"></a>00175 <span class="comment">// fake up these types on our own. glibc also #defines _WINT_T when wint_t is</span>
<a name="l00176"></a>00176 <span class="comment">// available, so we double-check that, as well.</span>
<a name="l00177"></a>00177 <span class="preprocessor">#include &lt;stddef.h&gt;</span>
<a name="l00178"></a>00178 <span class="preprocessor">#if defined(CS_HAVE_WCHAR_H)</span>
<a name="l00179"></a>00179 <span class="preprocessor"></span><span class="preprocessor">#include &lt;wchar.h&gt;</span>
<a name="l00180"></a>00180 <span class="preprocessor">#endif</span>
<a name="l00181"></a>00181 <span class="preprocessor"></span><span class="preprocessor">#if defined(CS_HAVE_WCTYPE_H)</span>
<a name="l00182"></a>00182 <span class="preprocessor"></span><span class="preprocessor">#include &lt;wctype.h&gt;</span>
<a name="l00183"></a>00183 <span class="preprocessor">#endif</span>
<a name="l00184"></a>00184 <span class="preprocessor"></span><span class="preprocessor">#if !defined(CS_HAVE_WCHAR_T) &amp;&amp; !defined(_WCHAR_T_DEFINED)</span>
<a name="l00185"></a><a class="code" href="group__util.html#g43124e776b499fd41c598b2f6d210242">00185</a> <span class="preprocessor"></span><span class="keyword">typedef</span> <a class="code" href="group__util.html#g05f6b0ae8f6a6e135b0e290c25fe0e4e" title="unsigned 16-bit integer (0..65 535)">uint16</a> <a class="code" href="group__util.html#g43124e776b499fd41c598b2f6d210242" title="A time value measured in milliseconds (1/1000 of a second).">wchar_t</a>;
<a name="l00186"></a><a class="code" href="group__util.html#gdf17d03cf50828d37c13b2eef1f8efd3">00186</a> <span class="preprocessor">#define _WCHAR_T_DEFINED</span>
<a name="l00187"></a><a class="code" href="group__util.html#gbce5c52bd8d62397d8050ea135e7ef73">00187</a> <span class="preprocessor"></span><span class="preprocessor">#define CS_WCHAR_T_SIZE 2</span>
<a name="l00188"></a>00188 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00189"></a>00189 <span class="preprocessor"></span><span class="preprocessor">#if !defined(CS_HAVE_WINT_T) &amp;&amp; !defined(_WCTYPE_T_DEFINED) &amp;&amp; \</span>
<a name="l00190"></a>00190 <span class="preprocessor">    !defined(_WINT_T)</span>
<a name="l00191"></a><a class="code" href="group__util.html#gfd307bf4f6f216075c93f524a7d4c739">00191</a> <span class="preprocessor"></span><span class="keyword">typedef</span> <span class="keywordtype">wchar_t</span> <a class="code" href="group__util.html#gfd307bf4f6f216075c93f524a7d4c739" title="A time value measured in milliseconds (1/1000 of a second).">wint_t</a>;
<a name="l00192"></a><a class="code" href="group__util.html#gde04325ad47236b5625376dc4afe00e7">00192</a> <span class="preprocessor">#define _WCTYPE_T_DEFINED</span>
<a name="l00193"></a><a class="code" href="group__util.html#g551670863eb3c1db08e4b28b7fc30cc1">00193</a> <span class="preprocessor"></span><span class="preprocessor">#define _WINT_T</span>
<a name="l00194"></a>00194 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00195"></a>00195 <span class="preprocessor"></span>
<a name="l00196"></a>00196 
<a name="l00197"></a>00197 <span class="preprocessor">#if defined(CS_COMPILER_GCC)</span>
<a name="l00198"></a>00198 <span class="preprocessor"></span><span class="preprocessor">#ifndef __STRICT_ANSI__</span>
<a name="l00199"></a>00199 <span class="preprocessor"></span>
<a name="l00202"></a><a class="code" href="group__util.html#g574e57efdc7bcebd6e3b5e043fdeb28c">00202</a> <span class="keyword">typedef</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <a class="code" href="group__util.html#g574e57efdc7bcebd6e3b5e043fdeb28c" title="Type to pass to cs_snprintf() as an argument to the &amp;quot;%lld&amp;quot; format specifier...">longlong</a>;
<a name="l00206"></a><a class="code" href="group__util.html#g8c42bcc74c4498c45586ad15fab3b829">00206</a> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <a class="code" href="group__util.html#g8c42bcc74c4498c45586ad15fab3b829" title="Type to pass to cs_snprintf() as an argument to the &amp;quot;%llu&amp;quot; format specifier...">ulonglong</a>;
<a name="l00207"></a>00207 <span class="preprocessor">#else</span>
<a name="l00208"></a>00208 <span class="preprocessor"></span><span class="comment">// @@@ Correct?</span>
<a name="l00209"></a>00209 <span class="keyword">typedef</span> <a class="code" href="group__util.html#gecfc3c54bd29ad5964e1c1c3ccbf89df" title="signed 64-bit integer">int64</a> <a class="code" href="group__util.html#g574e57efdc7bcebd6e3b5e043fdeb28c" title="Type to pass to cs_snprintf() as an argument to the &amp;quot;%lld&amp;quot; format specifier...">longlong</a>;
<a name="l00210"></a>00210 <span class="keyword">typedef</span> <a class="code" href="group__util.html#g058a7c8f752204f23318dc1dcab45b1c" title="unsigned 64-bit integer">uint64</a> <a class="code" href="group__util.html#g8c42bcc74c4498c45586ad15fab3b829" title="Type to pass to cs_snprintf() as an argument to the &amp;quot;%llu&amp;quot; format specifier...">ulonglong</a>;
<a name="l00211"></a>00211 <span class="preprocessor">#endif</span>
<a name="l00212"></a>00212 <span class="preprocessor"></span><span class="preprocessor">#elif defined(CS_COMPILER_MSVC) || defined(CS_COMPILER_BCC)</span>
<a name="l00213"></a>00213 <span class="preprocessor"></span><span class="keyword">typedef</span> <a class="code" href="group__util.html#gecfc3c54bd29ad5964e1c1c3ccbf89df" title="signed 64-bit integer">int64</a> <a class="code" href="group__util.html#g574e57efdc7bcebd6e3b5e043fdeb28c" title="Type to pass to cs_snprintf() as an argument to the &amp;quot;%lld&amp;quot; format specifier...">longlong</a>;
<a name="l00214"></a>00214 <span class="keyword">typedef</span> <a class="code" href="group__util.html#g058a7c8f752204f23318dc1dcab45b1c" title="unsigned 64-bit integer">uint64</a> <a class="code" href="group__util.html#g8c42bcc74c4498c45586ad15fab3b829" title="Type to pass to cs_snprintf() as an argument to the &amp;quot;%llu&amp;quot; format specifier...">ulonglong</a>;
<a name="l00215"></a>00215 <span class="preprocessor">#else</span>
<a name="l00216"></a>00216 <span class="preprocessor"></span><span class="preprocessor">#ifdef CS_HAVE_STDINT_H</span>
<a name="l00217"></a>00217 <span class="preprocessor"></span><span class="keyword">typedef</span> int_least64_t <a class="code" href="group__util.html#g574e57efdc7bcebd6e3b5e043fdeb28c" title="Type to pass to cs_snprintf() as an argument to the &amp;quot;%lld&amp;quot; format specifier...">longlong</a>;
<a name="l00218"></a>00218 <span class="keyword">typedef</span> uint_least64_t <a class="code" href="group__util.html#g8c42bcc74c4498c45586ad15fab3b829" title="Type to pass to cs_snprintf() as an argument to the &amp;quot;%llu&amp;quot; format specifier...">ulonglong</a>;
<a name="l00219"></a>00219 <span class="preprocessor">#else </span>
<a name="l00220"></a>00220 <span class="preprocessor"></span><span class="preprocessor">#error Do not know how to declare (u)longlong types</span>
<a name="l00221"></a>00221 <span class="preprocessor"></span><span class="preprocessor">#endif </span>
<a name="l00222"></a>00222 <span class="preprocessor"></span><span class="preprocessor">#endif </span>
<a name="l00223"></a>00223 <span class="preprocessor"></span>
<a name="l00230"></a><a class="code" href="group__util.html#g28e82998c4c2d1197a1d412bba7da793">00230</a> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="group__util.html#g28e82998c4c2d1197a1d412bba7da793" title="A time value measured in milliseconds (1/1000 of a second).">csTicks</a>;
<a name="l00231"></a>00231 
<a name="l00233"></a><a class="code" href="group__util.html#g91ad9478d81a7aaf2593e8d9c3d06a14">00233</a> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="group__util.html#g91ad9478d81a7aaf2593e8d9c3d06a14" title="Shortcut for default unsigned int.">uint</a>;
<a name="l00238"></a>00238 <span class="preprocessor">#endif // __CS_CSTYPES_H__</span>
</pre></div><hr size="1"><address><small>Generated for Crystal Space 1.2.1 by 
<a href="http://www.doxygen.org/index.html">doxygen</a> 1.5.3 
</small></address> </div></body> </html>