⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 group__basic__types.htm

📁 MINIGUI1.6开发API
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>MiniGUI V1.6.10 API Reference: Basic data types</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.2 --><div class="qindex"><a class="qindex" href="index.htm">Main&nbsp;Page</a> | <a class="qindex" href="modules.htm">Modules</a> | <a class="qindex" href="classes.htm">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.htm">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.htm">Directories</a> | <a class="qindex" href="files.htm">File&nbsp;List</a> | <a class="qindex" href="functions.htm">Data&nbsp;Fields</a> | <a class="qindex" href="globals.htm">Globals</a> | <a class="qindex" href="pages.htm">Related&nbsp;Pages</a></div><h1>Basic data types<br><small>[<a class="el" href="group__macros__types.htm">Macros and data types commonly used</a>]</small></h1><h2>Typedefs</h2><ul><li>typedef unsigned char <a class="el" href="group__basic__types.htm#ga0">Uint8</a><dl class="el"><dd class="mdescRight">A type definition for an 8-bit unsigned character.  <a href="#ga0"></a><br></dl><li>typedef signed char <a class="el" href="group__basic__types.htm#ga1">Sint8</a><dl class="el"><dd class="mdescRight">A type definition for an 8-bit signed character.  <a href="#ga1"></a><br></dl><li>typedef unsigned short <a class="el" href="group__basic__types.htm#ga2">Uint16</a><dl class="el"><dd class="mdescRight">A type definition for a 16-bit unsigned integer.  <a href="#ga2"></a><br></dl><li>typedef signed short <a class="el" href="group__basic__types.htm#ga3">Sint16</a><dl class="el"><dd class="mdescRight">A type definition for a 16-bit signed integer.  <a href="#ga3"></a><br></dl><li>typedef unsigned int <a class="el" href="group__basic__types.htm#ga4">Uint32</a><dl class="el"><dd class="mdescRight">A type definition for a 32-bit unsigned integer.  <a href="#ga4"></a><br></dl><li>typedef signed int <a class="el" href="group__basic__types.htm#ga5">Sint32</a><dl class="el"><dd class="mdescRight">A type definition for a 32-bit signed integer.  <a href="#ga5"></a><br></dl><li>typedef unsigned long long <a class="el" href="group__basic__types.htm#ga6">Uint64</a><dl class="el"><dd class="mdescRight">A type definition for a 64-bit unsigned integer.  <a href="#ga6"></a><br></dl><li>typedef signed long long <a class="el" href="group__basic__types.htm#ga7">Sint64</a><dl class="el"><dd class="mdescRight">A type definition for a 64-bit signed integer.  <a href="#ga7"></a><br></dl></ul><hr><h2>Typedef Documentation</h2><a class="anchor" name="ga3" doxytag="common.h::Sint16"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">typedef signed short <a class="el" href="group__basic__types.htm#ga3">Sint16</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>A type definition for a 16-bit signed integer. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l00116">116</a> of file <a class="el" href="common_8h-source.htm">common.h</a>.    </td>  </tr></table><a class="anchor" name="ga5" doxytag="common.h::Sint32"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">typedef signed int <a class="el" href="group__basic__types.htm#ga5">Sint32</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>A type definition for a 32-bit signed integer. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l00126">126</a> of file <a class="el" href="common_8h-source.htm">common.h</a>.    </td>  </tr></table><a class="anchor" name="ga7" doxytag="common.h::Sint64"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">typedef signed long long <a class="el" href="group__basic__types.htm#ga7">Sint64</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>A type definition for a 64-bit signed integer. <p><dl compact><dt><b>Warning:</b></dt><dd>Only available under GNU C. </dd></dl><p>Definition at line <a class="el" href="common_8h-source.htm#l00157">157</a> of file <a class="el" href="common_8h-source.htm">common.h</a>.    </td>  </tr></table><a class="anchor" name="ga1" doxytag="common.h::Sint8"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">typedef signed char <a class="el" href="group__basic__types.htm#ga1">Sint8</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>A type definition for an 8-bit signed character. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l00106">106</a> of file <a class="el" href="common_8h-source.htm">common.h</a>.    </td>  </tr></table><a class="anchor" name="ga2" doxytag="common.h::Uint16"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">typedef unsigned short <a class="el" href="group__basic__types.htm#ga2">Uint16</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>A type definition for a 16-bit unsigned integer. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l00111">111</a> of file <a class="el" href="common_8h-source.htm">common.h</a>.    </td>  </tr></table><a class="anchor" name="ga4" doxytag="common.h::Uint32"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">typedef unsigned int <a class="el" href="group__basic__types.htm#ga4">Uint32</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>A type definition for a 32-bit unsigned integer. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l00121">121</a> of file <a class="el" href="common_8h-source.htm">common.h</a>.    </td>  </tr></table><a class="anchor" name="ga6" doxytag="common.h::Uint64"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">typedef unsigned long long <a class="el" href="group__basic__types.htm#ga6">Uint64</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>A type definition for a 64-bit unsigned integer. <p><dl compact><dt><b>Warning:</b></dt><dd>Only available under GNU C. </dd></dl><p>Definition at line <a class="el" href="common_8h-source.htm#l00150">150</a> of file <a class="el" href="common_8h-source.htm">common.h</a>.    </td>  </tr></table><a class="anchor" name="ga0" doxytag="common.h::Uint8"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">typedef unsigned char <a class="el" href="group__basic__types.htm#ga0">Uint8</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>A type definition for an 8-bit unsigned character. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l00101">101</a> of file <a class="el" href="common_8h-source.htm">common.h</a>.    </td>  </tr></table><hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:53 2007 for MiniGUI V1.6.10 API Reference by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="http://www.minigui.com/api_ref/1.6.10/doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -