📄 stdint_8h.html
字号:
<tr> <td> </td> <td><p><p>Definition at line <a class="el" href="stdint_8h-source.html#l00156">156</a> of file <a class="el" href="stdint_8h-source.html">stdint.h</a>. </td> </tr></table><a class="anchor" name="a7" doxytag="stdint.h::INT64_MAX" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define INT64_MAX 9223372036854775807LL </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="stdint_8h-source.html#l00079">79</a> of file <a class="el" href="stdint_8h-source.html">stdint.h</a>. </td> </tr></table><a class="anchor" name="a3" doxytag="stdint.h::INT64_MIN" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define INT64_MIN (-9223372036854775807LL - 1) </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="stdint_8h-source.html#l00074">74</a> of file <a class="el" href="stdint_8h-source.html">stdint.h</a>. </td> </tr></table><a class="anchor" name="a45" doxytag="stdint.h::INT8_C" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define INT8_C </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">val </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap> ((<a class="el" href="stdint_8h.html#a55">int8_t</a>) + (val))</td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="stdint_8h-source.html#l00149">149</a> of file <a class="el" href="stdint_8h-source.html">stdint.h</a>. </td> </tr></table><a class="anchor" name="a4" doxytag="stdint.h::INT8_MAX" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define INT8_MAX 127 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="stdint_8h-source.html#l00076">76</a> of file <a class="el" href="stdint_8h-source.html">stdint.h</a>. </td> </tr></table><a class="anchor" name="a0" doxytag="stdint.h::INT8_MIN" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define INT8_MIN (-128) </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="stdint_8h-source.html#l00071">71</a> of file <a class="el" href="stdint_8h-source.html">stdint.h</a>. </td> </tr></table><a class="anchor" name="a29" doxytag="stdint.h::INT_FAST16_MAX" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define INT_FAST16_MAX INT16_MAX </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="stdint_8h-source.html#l00109">109</a> of file <a class="el" href="stdint_8h-source.html">stdint.h</a>. </td> </tr></table><a class="anchor" name="a25" doxytag="stdint.h::INT_FAST16_MIN" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define INT_FAST16_MIN INT16_MIN </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="stdint_8h-source.html#l00104">104</a> of file <a class="el" href="stdint_8h-source.html">stdint.h</a>. </td> </tr></table><a class="anchor" name="a30" doxytag="stdint.h::INT_FAST32_MAX" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define INT_FAST32_MAX INT32_MAX </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="stdint_8h-source.html#l00110">110</a> of file <a class="el" href="stdint_8h-source.html">stdint.h</a>. </td> </tr></table><a class="anchor" name="a26" doxytag="stdint.h::INT_FAST32_MIN" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define INT_FAST32_MIN INT32_MIN </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="stdint_8h-source.html#l00105">105</a> of file <a class="el" href="stdint_8h-source.html">stdint.h</a>. </td> </tr></table><a class="anchor" name="a31" doxytag="stdint.h::INT_FAST64_MAX" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define INT_FAST64_MAX INT64_MAX </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="stdint_8h-source.html#l00111">111</a> of file <a class="el" href="stdint_8h-source.html">stdint.h</a>. </td> </tr></table><a class="anchor" name="a27" doxytag="stdint.h::INT_FAST64_MIN" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define INT_FAST64_MIN INT64_MIN </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="stdint_8h-source.html#l00106">106</a> of file <a class="el" href="stdint_8h-source.html">stdint.h</a>. </td> </tr></table><a class="anchor" name="a28" doxytag="stdint.h::INT_FAST8_MAX" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define INT_FAST8_MAX INT8_MAX </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="stdint_8h-source.html#l00108">108</a> of file <a class="el" href="stdint_8h-source.html">stdint.h</a>. </td> </tr></table><a class="anchor" name="a24" doxytag="stdint.h::INT_FAST8_MIN" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define INT_FAST8_MIN INT8_MIN </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="stdint_8h-source.html#l00103">103</a> of file <a class="el" href="stdint_8h-source.html">stdint.h</a>. </td> </tr></table><a class="anchor" name="a17" doxytag="stdint.h::INT_LEAST16_MAX" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define INT_LEAST16_MAX INT16_MAX </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="stdint_8h-source.html#l00093">93</a> of file <a class="el" href="stdint_8h-source.html">stdint.h</a>. </td> </tr></table><a class="anchor" name="a13" doxytag="stdint.h::INT_LEAST16_MIN" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -