stdint_8h_source.html (59097B)
1<!-- HTML header for doxygen 1.8.14--> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xmlns="http://www.w3.org/1999/xhtml"> 4<head> 5<meta http-equiv="cache-control" content="max-age=86400"/> 6<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 7<meta http-equiv="X-UA-Compatible" content="IE=9"/> 8<meta name="generator" content="Doxygen 1.8.20"/> 9<meta name="viewport" content="width=device-width, initial-scale=1"/> 10<title>GBDK 2020 Docs: stdint.h Source File</title> 11<link href="tabs.css" rel="stylesheet" type="text/css"/> 12<script type="text/javascript" src="jquery.js"></script> 13<script type="text/javascript" src="dynsections.js"></script> 14<link href="navtree.css" rel="stylesheet" type="text/css"/> 15<script type="text/javascript" src="resize.js"></script> 16<script type="text/javascript" src="navtreedata.js"></script> 17<script type="text/javascript" src="navtree.js"></script> 18<link href="search/search.css" rel="stylesheet" type="text/css"/> 19<script type="text/javascript" src="search/searchdata.js"></script> 20<script type="text/javascript" src="search/search.js"></script> 21<link href="doxygen.css" rel="stylesheet" type="text/css" /> 22<link href="doxygen_extra.css" rel="stylesheet" type="text/css"/> 23</head> 24<body> 25<div id="top"><!-- do not remove this div, it is closed by doxygen! --> 26<div id="titlearea"> 27<table cellspacing="0" cellpadding="0"> 28 <tbody> 29 <tr style="height: 56px;"> 30 <td id="projectalign" style="padding-left: 0.5em;"> 31 <div id="projectname">GBDK 2020 Docs 32  <span id="projectnumber">4.0.6</span> 33 </div> 34 <div id="projectbrief">API Documentation for GBDK 2020</div> 35 </td> 36 </tr> 37 </tbody> 38</table> 39</div> 40<!-- end header part --> 41<!-- Generated by Doxygen 1.8.20 --> 42<script type="text/javascript"> 43/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ 44var searchBox = new SearchBox("searchBox", "search",false,'Search'); 45/* @license-end */ 46</script> 47<script type="text/javascript" src="menudata.js"></script> 48<script type="text/javascript" src="menu.js"></script> 49<script type="text/javascript"> 50/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ 51$(function() { 52 initMenu('',true,false,'search.php','Search'); 53 $(document).ready(function() { init_search(); }); 54}); 55/* @license-end */</script> 56<div id="main-nav"></div> 57</div><!-- top --> 58<div id="side-nav" class="ui-resizable side-nav-resizable"> 59 <div id="nav-tree"> 60 <div id="nav-tree-contents"> 61 <div id="nav-sync" class="sync"></div> 62 </div> 63 </div> 64 <div id="splitbar" style="-moz-user-select:none;" 65 class="ui-resizable-handle"> 66 </div> 67</div> 68<script type="text/javascript"> 69/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ 70$(document).ready(function(){initNavTree('stdint_8h_source.html',''); initResizable(); }); 71/* @license-end */ 72</script> 73<div id="doc-content"> 74<!-- window showing the filter options --> 75<div id="MSearchSelectWindow" 76 onmouseover="return searchBox.OnSearchSelectShow()" 77 onmouseout="return searchBox.OnSearchSelectHide()" 78 onkeydown="return searchBox.OnSearchSelectKey(event)"> 79</div> 80 81<!-- iframe showing the search results (closed by default) --> 82<div id="MSearchResultsWindow"> 83<iframe src="javascript:void(0)" frameborder="0" 84 name="MSearchResults" id="MSearchResults"> 85</iframe> 86</div> 87 88<div class="header"> 89 <div class="headertitle"> 90<div class="title">stdint.h</div> </div> 91</div><!--header--> 92<div class="contents"> 93<a href="stdint_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*-------------------------------------------------------------------------</span></div> 94<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> stdint.h - ISO C99 7.18 Integer types <stdint.h></span></div> 95<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"></span> </div> 96<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> Copyright (C) 2005, Maarten Brock, sourceforge.brock@dse.nl</span></div> 97<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> Copyright (C) 2011, Philipp Klaus Krause, pkk@spth.de</span></div> 98<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"></span> </div> 99<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> This library is free software; you can redistribute it and/or modify it</span></div> 100<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> under the terms of the GNU General Public License as published by the</span></div> 101<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> Free Software Foundation; either version 2, or (at your option) any</span></div> 102<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> later version.</span></div> 103<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"></span> </div> 104<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> This library is distributed in the hope that it will be useful,</span></div> 105<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div> 106<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></div> 107<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> GNU General Public License for more details.</span></div> 108<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"></span> </div> 109<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> You should have received a copy of the GNU General Public License </span></div> 110<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> along with this library; see the file COPYING. If not, write to the</span></div> 111<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston,</span></div> 112<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> MA 02110-1301, USA.</span></div> 113<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"></span> </div> 114<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment"> As a special exception, if you link this library with other files,</span></div> 115<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment"> some of which are compiled with SDCC, to produce an executable,</span></div> 116<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment"> this library does not by itself cause the resulting executable to</span></div> 117<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment"> be covered by the GNU General Public License. This exception does</span></div> 118<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment"> not however invalidate any other reasons why the executable file</span></div> 119<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="comment"> might be covered by the GNU General Public License.</span></div> 120<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="comment">-------------------------------------------------------------------------*/</span></div> 121<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  </div> 122<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#ifndef _STDINT_H</span></div> 123<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor">#define _STDINT_H 1</span></div> 124<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  </div> 125<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="comment">/* Exact integral types. */</span></div> 126<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  </div> 127<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="preprocessor">#if !defined(__SDCC_pic14) && !defined(__SDCC_pic16)</span></div> 128<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="preprocessor">#if __STDC_VERSION__ >= 199901L</span></div> 129<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor">#define __SDCC_LONGLONG</span></div> 130<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor">#endif</span></div> 131<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="preprocessor">#endif</span></div> 132<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  </div> 133<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="comment">/* Signed. */</span></div> 134<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  </div> 135<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="stdint_8h.html#aef44329758059c91c76d334e8fc09700"> 43</a></span> <span class="keyword">typedef</span> <span class="keywordtype">signed</span> <span class="keywordtype">char</span> <a class="code" href="stdint_8h.html#aef44329758059c91c76d334e8fc09700">int8_t</a>;</div> 136<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="stdint_8h.html#a66634143db08bebe9b46ab4cb1fc6fd3"> 44</a></span> <span class="keyword">typedef</span> <span class="keywordtype">short</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#a66634143db08bebe9b46ab4cb1fc6fd3">int16_t</a>;</div> 137<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="stdint_8h.html#a7cf4a942912b990a96c39f9a2b81aa32"> 45</a></span> <span class="keyword">typedef</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#a7cf4a942912b990a96c39f9a2b81aa32">int32_t</a>;</div> 138<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="preprocessor">#ifdef __SDCC_LONGLONG</span></div> 139<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="keyword">typedef</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> int64_t;</div> 140<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="preprocessor">#endif</span></div> 141<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  </div> 142<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="comment">/* Unsigned. */</span></div> 143<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="stdint_8h.html#aba7bc1797add20fe3efdf37ced1182c5"> 51</a></span> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> <a class="code" href="stdint_8h.html#aba7bc1797add20fe3efdf37ced1182c5">uint8_t</a>;</div> 144<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="stdint_8h.html#adf4d876453337156dde61095e1f20223"> 52</a></span> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#adf4d876453337156dde61095e1f20223">uint16_t</a>;</div> 145<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="stdint_8h.html#a33594304e786b158f3fb30289278f5af"> 53</a></span> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#a33594304e786b158f3fb30289278f5af">uint32_t</a>;</div> 146<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="preprocessor">#ifdef __SDCC_LONGLONG</span></div> 147<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> uint64_t;</div> 148<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="preprocessor">#endif</span></div> 149<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  </div> 150<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="comment">/* Small types. */</span></div> 151<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  </div> 152<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="comment">/* Signed. */</span></div> 153<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="stdint_8h.html#ae04fa5ea5ad475bfe428842a986fbf28"> 61</a></span> <span class="keyword">typedef</span> <span class="keywordtype">signed</span> <span class="keywordtype">char</span> <a class="code" href="stdint_8h.html#ae04fa5ea5ad475bfe428842a986fbf28">int_least8_t</a>;</div> 154<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="stdint_8h.html#a3379485af1661b4f36ac1c311832253b"> 62</a></span> <span class="keyword">typedef</span> <span class="keywordtype">short</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#a3379485af1661b4f36ac1c311832253b">int_least16_t</a>;</div> 155<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="stdint_8h.html#a50d1c7c0834558a78588e1d6d0f62a1d"> 63</a></span> <span class="keyword">typedef</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#a50d1c7c0834558a78588e1d6d0f62a1d">int_least32_t</a>;</div> 156<div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="preprocessor">#ifdef __SDCC_LONGLONG</span></div> 157<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="keyword">typedef</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> int_least64_t;</div> 158<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="preprocessor">#endif</span></div> 159<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  </div> 160<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="comment">/* Unsigned. */</span></div> 161<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="stdint_8h.html#ab0fdd2a9dc9606590ecccc0a5d8b5b7c"> 69</a></span> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> <a class="code" href="stdint_8h.html#ab0fdd2a9dc9606590ecccc0a5d8b5b7c">uint_least8_t</a>;</div> 162<div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="stdint_8h.html#a1bae72af13d35bac8eb9424db7e27bf1"> 70</a></span> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#a1bae72af13d35bac8eb9424db7e27bf1">uint_least16_t</a>;</div> 163<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="stdint_8h.html#a1c0bb513299dbdffa1cce4277593b3ce"> 71</a></span> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#a1c0bb513299dbdffa1cce4277593b3ce">uint_least32_t</a>;</div> 164<div class="line"><a name="l00072"></a><span class="lineno"> 72</span> <span class="preprocessor">#ifdef __SDCC_LONGLONG</span></div> 165<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> uint_least64_t;</div> 166<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="preprocessor">#endif</span></div> 167<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  </div> 168<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="comment">/* Fast types. */</span></div> 169<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  </div> 170<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="comment">/* Signed. */</span></div> 171<div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="stdint_8h.html#afa981e0352f65c207364c9cb82246b53"> 79</a></span> <span class="keyword">typedef</span> <span class="keywordtype">signed</span> <span class="keywordtype">char</span> <a class="code" href="stdint_8h.html#afa981e0352f65c207364c9cb82246b53">int_fast8_t</a>;</div> 172<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="stdint_8h.html#afc08556e35ad5fc42968cf164e7852d4"> 80</a></span> <span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#afc08556e35ad5fc42968cf164e7852d4">int_fast16_t</a>;</div> 173<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="stdint_8h.html#a21402dabb3274e5161a34a27ccff50db"> 81</a></span> <span class="keyword">typedef</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#a21402dabb3274e5161a34a27ccff50db">int_fast32_t</a>;</div> 174<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="preprocessor">#ifdef __SDCC_LONGLONG</span></div> 175<div class="line"><a name="l00083"></a><span class="lineno"> 83</span> <span class="keyword">typedef</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> int_fast64_t;</div> 176<div class="line"><a name="l00084"></a><span class="lineno"> 84</span> <span class="preprocessor">#endif</span></div> 177<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  </div> 178<div class="line"><a name="l00086"></a><span class="lineno"> 86</span> <span class="comment">/* Unsigned. */</span></div> 179<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="stdint_8h.html#a2d31063fef649c85396fb28130ef9795"> 87</a></span> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> <a class="code" href="stdint_8h.html#a2d31063fef649c85396fb28130ef9795">uint_fast8_t</a>;</div> 180<div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="stdint_8h.html#a226d967fb6d06433caf43f20dc876aae"> 88</a></span> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#a226d967fb6d06433caf43f20dc876aae">uint_fast16_t</a>;</div> 181<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="stdint_8h.html#a8a5d6c5353ff297fd0797e654772361b"> 89</a></span> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#a8a5d6c5353ff297fd0797e654772361b">uint_fast32_t</a>;</div> 182<div class="line"><a name="l00090"></a><span class="lineno"> 90</span> <span class="preprocessor">#ifdef __SDCC_LONGLONG</span></div> 183<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> uint_fast64_t;</div> 184<div class="line"><a name="l00092"></a><span class="lineno"> 92</span> <span class="preprocessor">#endif</span></div> 185<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  </div> 186<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> <span class="comment">/* Types for `void *' pointers. */</span></div> 187<div class="line"><a name="l00095"></a><span class="lineno"> 95</span> <span class="preprocessor">#if defined (__SDCC_mcs51) || defined (__SDCC_ds390)</span></div> 188<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  <span class="keyword">typedef</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#a0fbe4a4f8dd857ee04923a901f27465f">intptr_t</a>;</div> 189<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#a728e973c799f206f0151c8a3bd1e5699">uintptr_t</a>;</div> 190<div class="line"><a name="l00098"></a><span class="lineno"> 98</span> <span class="preprocessor">#else</span></div> 191<div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="stdint_8h.html#a0fbe4a4f8dd857ee04923a901f27465f"> 99</a></span>  <span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#a0fbe4a4f8dd857ee04923a901f27465f">intptr_t</a>;</div> 192<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="stdint_8h.html#a728e973c799f206f0151c8a3bd1e5699"> 100</a></span>  <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#a728e973c799f206f0151c8a3bd1e5699">uintptr_t</a>;</div> 193<div class="line"><a name="l00101"></a><span class="lineno"> 101</span> <span class="preprocessor">#endif</span></div> 194<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  </div> 195<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  </div> 196<div class="line"><a name="l00104"></a><span class="lineno"> 104</span> <span class="comment">/* Largest integral types. */</span></div> 197<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> <span class="preprocessor">#ifndef __SDCC_LONGLONG</span></div> 198<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="stdint_8h.html#aa8722f97ae26d6aeff0fd4ebba7de7e4"> 106</a></span> <span class="keyword">typedef</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#aa8722f97ae26d6aeff0fd4ebba7de7e4">intmax_t</a>;</div> 199<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="stdint_8h.html#a21649560c6e8dce6de2fb6a95f1bf802"> 107</a></span> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#a21649560c6e8dce6de2fb6a95f1bf802">uintmax_t</a>;</div> 200<div class="line"><a name="l00108"></a><span class="lineno"> 108</span> <span class="preprocessor">#else</span></div> 201<div class="line"><a name="l00109"></a><span class="lineno"> 109</span> <span class="keyword">typedef</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#aa8722f97ae26d6aeff0fd4ebba7de7e4">intmax_t</a>;</div> 202<div class="line"><a name="l00110"></a><span class="lineno"> 110</span> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="stdint_8h.html#a21649560c6e8dce6de2fb6a95f1bf802">uintmax_t</a>;</div> 203<div class="line"><a name="l00111"></a><span class="lineno"> 111</span> <span class="preprocessor">#endif</span></div> 204<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  </div> 205<div class="line"><a name="l00113"></a><span class="lineno"> 113</span> <span class="comment">/* Limits of integral types. */</span></div> 206<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  </div> 207<div class="line"><a name="l00115"></a><span class="lineno"> 115</span> <span class="comment">/* Minimum of signed integral types. */</span></div> 208<div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="stdint_8h.html#aadcf2a81af243df333b31efa6461ab8e"> 116</a></span> <span class="preprocessor">#define INT8_MIN (-128)</span></div> 209<div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="stdint_8h.html#ad4e9955955b27624963643eac448118a"> 117</a></span> <span class="preprocessor">#define INT16_MIN (-32767-1)</span></div> 210<div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="stdint_8h.html#a688eb21a22db27c2b2bd5836943cdcbe"> 118</a></span> <span class="preprocessor">#define INT32_MIN (-2147483647L-1)</span></div> 211<div class="line"><a name="l00119"></a><span class="lineno"> 119</span> <span class="preprocessor">#ifdef __SDCC_LONGLONG</span></div> 212<div class="line"><a name="l00120"></a><span class="lineno"> 120</span> <span class="preprocessor">#define INT64_MIN (-9223372036854775807LL-1)</span></div> 213<div class="line"><a name="l00121"></a><span class="lineno"> 121</span> <span class="preprocessor">#endif</span></div> 214<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  </div> 215<div class="line"><a name="l00123"></a><span class="lineno"> 123</span> <span class="comment">/* Maximum of signed integral types. */</span></div> 216<div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="stdint_8h.html#aaf7f29f45f1a513b4748a4e5014ddf6a"> 124</a></span> <span class="preprocessor">#define INT8_MAX (127)</span></div> 217<div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="stdint_8h.html#ac58f2c111cc9989c86db2a7dc4fd84ca"> 125</a></span> <span class="preprocessor">#define INT16_MAX (32767)</span></div> 218<div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="stdint_8h.html#a181807730d4a375f848ba139813ce04f"> 126</a></span> <span class="preprocessor">#define INT32_MAX (2147483647L)</span></div> 219<div class="line"><a name="l00127"></a><span class="lineno"> 127</span> <span class="preprocessor">#ifdef __SDCC_LONGLONG</span></div> 220<div class="line"><a name="l00128"></a><span class="lineno"> 128</span> <span class="preprocessor">#define INT64_MAX (9223372036854775807LL)</span></div> 221<div class="line"><a name="l00129"></a><span class="lineno"> 129</span> <span class="preprocessor">#endif</span></div> 222<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  </div> 223<div class="line"><a name="l00131"></a><span class="lineno"> 131</span> <span class="comment">/* Maximum of unsigned integral types. */</span></div> 224<div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="stdint_8h.html#aeb4e270a084ee26fe73e799861bd0252"> 132</a></span> <span class="preprocessor">#define UINT8_MAX (255)</span></div> 225<div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="stdint_8h.html#a3ea490c9b3617d4479bd80ef93cd5602"> 133</a></span> <span class="preprocessor">#define UINT16_MAX (65535)</span></div> 226<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="stdint_8h.html#ab5eb23180f7cc12b7d6c04a8ec067fdd"> 134</a></span> <span class="preprocessor">#define UINT32_MAX (4294967295UL)</span></div> 227<div class="line"><a name="l00135"></a><span class="lineno"> 135</span> <span class="preprocessor">#ifdef __SDCC_LONGLONG</span></div> 228<div class="line"><a name="l00136"></a><span class="lineno"> 136</span> <span class="preprocessor">#define UINT64_MAX (18446744073709551615ULL)</span></div> 229<div class="line"><a name="l00137"></a><span class="lineno"> 137</span> <span class="preprocessor">#endif</span></div> 230<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  </div> 231<div class="line"><a name="l00139"></a><span class="lineno"> 139</span> <span class="comment">/* Minimum of signed integral types having a minimum size. */</span></div> 232<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="stdint_8h.html#a3e986cad833f63f420962ff60eda87e5"> 140</a></span> <span class="preprocessor">#define INT_LEAST8_MIN INT8_MIN</span></div> 233<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="stdint_8h.html#a1f91bfd5820c2f27af3d260fc75813e1"> 141</a></span> <span class="preprocessor">#define INT_LEAST16_MIN INT16_MIN</span></div> 234<div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="stdint_8h.html#a2360a536116dd734820a6b5b3d560ce7"> 142</a></span> <span class="preprocessor">#define INT_LEAST32_MIN INT32_MIN</span></div> 235<div class="line"><a name="l00143"></a><span class="lineno"> 143</span> <span class="preprocessor">#ifdef __SDCC_LONGLONG</span></div> 236<div class="line"><a name="l00144"></a><span class="lineno"> 144</span> <span class="preprocessor">#define INT_LEAST64_MIN INT64_MIN</span></div> 237<div class="line"><a name="l00145"></a><span class="lineno"> 145</span> <span class="preprocessor">#endif</span></div> 238<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  </div> 239<div class="line"><a name="l00147"></a><span class="lineno"> 147</span> <span class="comment">/* Maximum of signed integral types having a minimum size. */</span></div> 240<div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="stdint_8h.html#aa05109908fb2770f632d2b646b9f85bf"> 148</a></span> <span class="preprocessor">#define INT_LEAST8_MAX INT8_MAX</span></div> 241<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="stdint_8h.html#a7eb2a8e2a1c65d6c9ad0f86154890baa"> 149</a></span> <span class="preprocessor">#define INT_LEAST16_MAX INT16_MAX</span></div> 242<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="stdint_8h.html#a5618711a0a54f722190a3a1219e278c2"> 150</a></span> <span class="preprocessor">#define INT_LEAST32_MAX INT32_MAX</span></div> 243<div class="line"><a name="l00151"></a><span class="lineno"> 151</span> <span class="preprocessor">#ifdef __SDCC_LONGLONG</span></div> 244<div class="line"><a name="l00152"></a><span class="lineno"> 152</span> <span class="preprocessor">#define INT_LEAST64_MAX INT64_MAX</span></div> 245<div class="line"><a name="l00153"></a><span class="lineno"> 153</span> <span class="preprocessor">#endif</span></div> 246<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  </div> 247<div class="line"><a name="l00155"></a><span class="lineno"> 155</span> <span class="comment">/* Maximum of unsigned integral types having a minimum size. */</span></div> 248<div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="stdint_8h.html#a2a80bde77ee1698d0f42f334adad4f2b"> 156</a></span> <span class="preprocessor">#define UINT_LEAST8_MAX UINT8_MAX</span></div> 249<div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="stdint_8h.html#a6ef6a1a518bbf516ca8b0180b11c358f"> 157</a></span> <span class="preprocessor">#define UINT_LEAST16_MAX UINT16_MAX</span></div> 250<div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="stdint_8h.html#a70cad8bacc9a6db301e1cdc86cc8d571"> 158</a></span> <span class="preprocessor">#define UINT_LEAST32_MAX UINT32_MAX</span></div> 251<div class="line"><a name="l00159"></a><span class="lineno"> 159</span> <span class="preprocessor">#ifdef __SDCC_LONGLONG</span></div> 252<div class="line"><a name="l00160"></a><span class="lineno"> 160</span> <span class="preprocessor">#define UINT_LEAST64_MAX UINT64_MAX</span></div> 253<div class="line"><a name="l00161"></a><span class="lineno"> 161</span> <span class="preprocessor">#endif</span></div> 254<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  </div> 255<div class="line"><a name="l00163"></a><span class="lineno"> 163</span> <span class="comment">/* Minimum of fast signed integral types having a minimum size. */</span></div> 256<div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="stdint_8h.html#aad8fb982cb19143efd5ee9a1a7a89390"> 164</a></span> <span class="preprocessor">#define INT_FAST8_MIN INT8_MIN</span></div> 257<div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="stdint_8h.html#a169460a4e2a79138723d68d99372d958"> 165</a></span> <span class="preprocessor">#define INT_FAST16_MIN INT16_MIN</span></div> 258<div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="stdint_8h.html#ad93df1652ed0635513d5efe4f1219926"> 166</a></span> <span class="preprocessor">#define INT_FAST32_MIN INT32_MIN</span></div> 259<div class="line"><a name="l00167"></a><span class="lineno"> 167</span> <span class="preprocessor">#ifdef __SDCC_LONGLONG</span></div> 260<div class="line"><a name="l00168"></a><span class="lineno"> 168</span> <span class="preprocessor">#define INT_FAST64_MIN INT64_MIN</span></div> 261<div class="line"><a name="l00169"></a><span class="lineno"> 169</span> <span class="preprocessor">#endif</span></div> 262<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  </div> 263<div class="line"><a name="l00171"></a><span class="lineno"> 171</span> <span class="comment">/* Maximum of fast signed integral types having a minimum size. */</span></div> 264<div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="stdint_8h.html#acbcdb3bee0f5f904da5df8de69a80ca3"> 172</a></span> <span class="preprocessor">#define INT_FAST8_MAX INT8_MAX</span></div> 265<div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="stdint_8h.html#a2fd35d0ea091e04caec504ff0042cf00"> 173</a></span> <span class="preprocessor">#define INT_FAST16_MAX INT16_MAX</span></div> 266<div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="stdint_8h.html#ac96fa0f41b19e89f109e4f9913ca6635"> 174</a></span> <span class="preprocessor">#define INT_FAST32_MAX INT32_MAX</span></div> 267<div class="line"><a name="l00175"></a><span class="lineno"> 175</span> <span class="preprocessor">#ifdef __SDCC_LONGLONG</span></div> 268<div class="line"><a name="l00176"></a><span class="lineno"> 176</span> <span class="preprocessor">#define INT_FAST64_MAX INT64_MAX</span></div> 269<div class="line"><a name="l00177"></a><span class="lineno"> 177</span> <span class="preprocessor">#endif</span></div> 270<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  </div> 271<div class="line"><a name="l00179"></a><span class="lineno"> 179</span> <span class="comment">/* Maximum of fast unsigned integral types having a minimum size. */</span></div> 272<div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="stdint_8h.html#a2c6f97ea2d76d0cf6260c84046cdb44e"> 180</a></span> <span class="preprocessor">#define UINT_FAST8_MAX UINT8_MAX</span></div> 273<div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="stdint_8h.html#aed28ca63d9b222f6f1377358fe73a183"> 181</a></span> <span class="preprocessor">#define UINT_FAST16_MAX UINT16_MAX</span></div> 274<div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="stdint_8h.html#ad51246a178143208b2db3315efd21c45"> 182</a></span> <span class="preprocessor">#define UINT_FAST32_MAX UINT32_MAX</span></div> 275<div class="line"><a name="l00183"></a><span class="lineno"> 183</span> <span class="preprocessor">#ifdef __SDCC_LONGLONG</span></div> 276<div class="line"><a name="l00184"></a><span class="lineno"> 184</span> <span class="preprocessor">#define UINT_FAST64_MAX UINT64_MAX</span></div> 277<div class="line"><a name="l00185"></a><span class="lineno"> 185</span> <span class="preprocessor">#endif</span></div> 278<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>  </div> 279<div class="line"><a name="l00187"></a><span class="lineno"> 187</span> <span class="comment">/* Values to test for integral types holding `void *' pointer. */</span></div> 280<div class="line"><a name="l00188"></a><span class="lineno"> 188</span> <span class="preprocessor">#if defined (__SDCC_mcs51) || defined (__SDCC_ds390)</span></div> 281<div class="line"><a name="l00189"></a><span class="lineno"> 189</span> <span class="preprocessor">#define INTPTR_MIN (-2147483647L-1)</span></div> 282<div class="line"><a name="l00190"></a><span class="lineno"> 190</span> <span class="preprocessor">#define INTPTR_MAX (2147483647L)</span></div> 283<div class="line"><a name="l00191"></a><span class="lineno"> 191</span> <span class="preprocessor">#define UINTPTR_MAX (4294967295UL)</span></div> 284<div class="line"><a name="l00192"></a><span class="lineno"> 192</span> <span class="preprocessor">#else</span></div> 285<div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="stdint_8h.html#a2aaa6d3aa1d7d1e0e326955aa24db752"> 193</a></span> <span class="preprocessor">#define INTPTR_MIN (-32767-1)</span></div> 286<div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="stdint_8h.html#a9e5742f2bae4a5283431a3c03499e3a9"> 194</a></span> <span class="preprocessor">#define INTPTR_MAX (32767)</span></div> 287<div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="stdint_8h.html#ab2355300ea19395357e62d780f4dd073"> 195</a></span> <span class="preprocessor">#define UINTPTR_MAX (65535)</span></div> 288<div class="line"><a name="l00196"></a><span class="lineno"> 196</span> <span class="preprocessor">#endif</span></div> 289<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>  </div> 290<div class="line"><a name="l00198"></a><span class="lineno"> 198</span> <span class="comment">/* Minimum for largest signed integral type. */</span></div> 291<div class="line"><a name="l00199"></a><span class="lineno"> 199</span> <span class="preprocessor">#ifndef __SDCC_LONGLONG</span></div> 292<div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="stdint_8h.html#a2b0a3edfc672154f606dc3ad26277b61"> 200</a></span> <span class="preprocessor">#define INTMAX_MIN (-2147483647L-1)</span></div> 293<div class="line"><a name="l00201"></a><span class="lineno"> 201</span> <span class="preprocessor">#else</span></div> 294<div class="line"><a name="l00202"></a><span class="lineno"> 202</span> <span class="preprocessor">#define INTMAX_MIN (-9223372036854775807LL-1)</span></div> 295<div class="line"><a name="l00203"></a><span class="lineno"> 203</span> <span class="preprocessor">#endif</span></div> 296<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>  </div> 297<div class="line"><a name="l00205"></a><span class="lineno"> 205</span> <span class="comment">/* Maximum for largest signed integral type. */</span></div> 298<div class="line"><a name="l00206"></a><span class="lineno"> 206</span> <span class="preprocessor">#ifndef __SDCC_LONGLONG</span></div> 299<div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="stdint_8h.html#a022b9b0a3564d786244a4631847c37a3"> 207</a></span> <span class="preprocessor">#define INTMAX_MAX (2147483647L)</span></div> 300<div class="line"><a name="l00208"></a><span class="lineno"> 208</span> <span class="preprocessor">#else</span></div> 301<div class="line"><a name="l00209"></a><span class="lineno"> 209</span> <span class="preprocessor">#define INTMAX_MAX (9223372036854775807LL)</span></div> 302<div class="line"><a name="l00210"></a><span class="lineno"> 210</span> <span class="preprocessor">#endif</span></div> 303<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  </div> 304<div class="line"><a name="l00212"></a><span class="lineno"> 212</span> <span class="comment">/* Maximum for largest unsigned integral type. */</span></div> 305<div class="line"><a name="l00213"></a><span class="lineno"> 213</span> <span class="preprocessor">#ifndef __SDCC_LONGLONG</span></div> 306<div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="stdint_8h.html#aa54fd5210434219e9027bfa0f0e325c8"> 214</a></span> <span class="preprocessor">#define UINTMAX_MAX (4294967295UL)</span></div> 307<div class="line"><a name="l00215"></a><span class="lineno"> 215</span> <span class="preprocessor">#else</span></div> 308<div class="line"><a name="l00216"></a><span class="lineno"> 216</span> <span class="preprocessor">#define UINTMAX_MAX (18446744073709551615ULL)</span></div> 309<div class="line"><a name="l00217"></a><span class="lineno"> 217</span> <span class="preprocessor">#endif</span></div> 310<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>  </div> 311<div class="line"><a name="l00219"></a><span class="lineno"> 219</span> <span class="comment">/* Limits of other integer types. */</span></div> 312<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>  </div> 313<div class="line"><a name="l00221"></a><span class="lineno"> 221</span> <span class="comment">/* Limits of `ptrdiff_t' type. */</span></div> 314<div class="line"><a name="l00222"></a><span class="lineno"> 222</span> <span class="preprocessor">#if defined (__SDCC_mcs51) || defined (__SDCC_ds390)</span></div> 315<div class="line"><a name="l00223"></a><span class="lineno"> 223</span> <span class="preprocessor">#define PTRDIFF_MIN (-2147483647L-1)</span></div> 316<div class="line"><a name="l00224"></a><span class="lineno"> 224</span> <span class="preprocessor">#define PTRDIFF_MAX (2147483647L)</span></div> 317<div class="line"><a name="l00225"></a><span class="lineno"> 225</span> <span class="preprocessor">#else</span></div> 318<div class="line"><a name="l00226"></a><span class="lineno"><a class="line" href="stdint_8h.html#ad9b88ba2fb858f98b50b38e49875d90e"> 226</a></span> <span class="preprocessor">#define PTRDIFF_MIN (-32767-1)</span></div> 319<div class="line"><a name="l00227"></a><span class="lineno"><a class="line" href="stdint_8h.html#add2ef7bffac19cfdd1f4b5495409672f"> 227</a></span> <span class="preprocessor">#define PTRDIFF_MAX (32767)</span></div> 320<div class="line"><a name="l00228"></a><span class="lineno"> 228</span> <span class="preprocessor">#endif</span></div> 321<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>  </div> 322<div class="line"><a name="l00230"></a><span class="lineno"> 230</span> <span class="comment">/* */</span></div> 323<div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="stdint_8h.html#a21e605b9ac3a03b6de93cdf5a69e129f"> 231</a></span> <span class="preprocessor">#define SIG_ATOMIC_MIN (0)</span></div> 324<div class="line"><a name="l00232"></a><span class="lineno"><a class="line" href="stdint_8h.html#a1f5fe9445d0ad0bee21bab1de4cc3e58"> 232</a></span> <span class="preprocessor">#define SIG_ATOMIC_MAX (255)</span></div> 325<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>  </div> 326<div class="line"><a name="l00234"></a><span class="lineno"> 234</span> <span class="comment">/* Limit of `size_t' type. */</span></div> 327<div class="line"><a name="l00235"></a><span class="lineno"><a class="line" href="stdint_8h.html#a3c75bb398badb69c7577b21486f9963f"> 235</a></span> <span class="preprocessor">#define SIZE_MAX (65535u)</span></div> 328<div class="line"><a name="l00236"></a><span class="lineno"> 236</span>  </div> 329<div class="line"><a name="l00237"></a><span class="lineno"> 237</span> <span class="comment">/* Signed. */</span></div> 330<div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="stdint_8h.html#a6b76c8f233c61e6ea05b19b59a6e3549"> 238</a></span> <span class="preprocessor">#define INT8_C(c) c</span></div> 331<div class="line"><a name="l00239"></a><span class="lineno"><a class="line" href="stdint_8h.html#ae80ec61658b3f58afc31ee67ccd27805"> 239</a></span> <span class="preprocessor">#define INT16_C(c) c</span></div> 332<div class="line"><a name="l00240"></a><span class="lineno"><a class="line" href="stdint_8h.html#a5391a63e4d2c8c8a39b3c6f8fdbd8763"> 240</a></span> <span class="preprocessor">#define INT32_C(c) c ## L</span></div> 333<div class="line"><a name="l00241"></a><span class="lineno"> 241</span> <span class="preprocessor">#ifdef __SDCC_LONGLONG</span></div> 334<div class="line"><a name="l00242"></a><span class="lineno"> 242</span> <span class="preprocessor">#define INT64_C(c) c ## LL</span></div> 335<div class="line"><a name="l00243"></a><span class="lineno"> 243</span> <span class="preprocessor">#endif</span></div> 336<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>  </div> 337<div class="line"><a name="l00245"></a><span class="lineno"> 245</span> <span class="comment">/* Unsigned. */</span></div> 338<div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="stdint_8h.html#af77373faf472a16283aad2014724192d"> 246</a></span> <span class="preprocessor">#define UINT8_C(c) c ## U</span></div> 339<div class="line"><a name="l00247"></a><span class="lineno"><a class="line" href="stdint_8h.html#af525dddf7f072ee85c953107123ff1f6"> 247</a></span> <span class="preprocessor">#define UINT16_C(c) c ## U</span></div> 340<div class="line"><a name="l00248"></a><span class="lineno"><a class="line" href="stdint_8h.html#a87b9ec7df1524edf020b074bbae32d6d"> 248</a></span> <span class="preprocessor">#define UINT32_C(c) c ## UL</span></div> 341<div class="line"><a name="l00249"></a><span class="lineno"> 249</span> <span class="preprocessor">#ifdef __SDCC_LONGLONG</span></div> 342<div class="line"><a name="l00250"></a><span class="lineno"> 250</span> <span class="preprocessor">#define UINT64_C(c) c ## ULL</span></div> 343<div class="line"><a name="l00251"></a><span class="lineno"> 251</span> <span class="preprocessor">#endif</span></div> 344<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>  </div> 345<div class="line"><a name="l00253"></a><span class="lineno"><a class="line" href="stdint_8h.html#a051084d5ebcabf282d9ca9bb2b891a78"> 253</a></span> <span class="preprocessor">#define WCHAR_MIN 0</span></div> 346<div class="line"><a name="l00254"></a><span class="lineno"><a class="line" href="stdint_8h.html#a2a823f3ccf2306cfbaa34d8addf66010"> 254</a></span> <span class="preprocessor">#define WCHAR_MAX 0xffffffff</span></div> 347<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>  </div> 348<div class="line"><a name="l00256"></a><span class="lineno"><a class="line" href="stdint_8h.html#a5285bc55170ae1701e599decacc7f001"> 256</a></span> <span class="preprocessor">#define WINT_MIN 0</span></div> 349<div class="line"><a name="l00257"></a><span class="lineno"><a class="line" href="stdint_8h.html#ad3f7b6bb8aa7d619017a91d3b2edc1ee"> 257</a></span> <span class="preprocessor">#define WINT_MAX 0xffffffff</span></div> 350<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>  </div> 351<div class="line"><a name="l00259"></a><span class="lineno"> 259</span> <span class="comment">/* Maximal type. */</span></div> 352<div class="line"><a name="l00260"></a><span class="lineno"> 260</span> <span class="preprocessor">#ifdef __SDCC_LONGLONG</span></div> 353<div class="line"><a name="l00261"></a><span class="lineno"> 261</span> <span class="preprocessor">#define INTMAX_C(c) c ## LL</span></div> 354<div class="line"><a name="l00262"></a><span class="lineno"> 262</span> <span class="preprocessor">#define UINTMAX_C(c) c ## ULL</span></div> 355<div class="line"><a name="l00263"></a><span class="lineno"> 263</span> <span class="preprocessor">#else</span></div> 356<div class="line"><a name="l00264"></a><span class="lineno"><a class="line" href="stdint_8h.html#a1b955596bdc3e4b6ef339f16e468d55f"> 264</a></span> <span class="preprocessor">#define INTMAX_C(c) c ## L</span></div> 357<div class="line"><a name="l00265"></a><span class="lineno"><a class="line" href="stdint_8h.html#a00d3f5dd8a8cbd9433d74390bfb2ecef"> 265</a></span> <span class="preprocessor">#define UINTMAX_C(c) c ## UL</span></div> 358<div class="line"><a name="l00266"></a><span class="lineno"> 266</span> <span class="preprocessor">#endif</span></div> 359<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>  </div> 360<div class="line"><a name="l00268"></a><span class="lineno"> 268</span> <span class="comment">/* Bounds-checking interfaces from annex K of the C11 standard. */</span></div> 361<div class="line"><a name="l00269"></a><span class="lineno"> 269</span> <span class="preprocessor">#if defined (__STDC_WANT_LIB_EXT1__) && __STDC_WANT_LIB_EXT1__</span></div> 362<div class="line"><a name="l00270"></a><span class="lineno"> 270</span> <span class="preprocessor">#define RSIZE_MAX SIZE_MAX</span></div> 363<div class="line"><a name="l00271"></a><span class="lineno"> 271</span> <span class="preprocessor">#endif</span></div> 364<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>  </div> 365<div class="line"><a name="l00273"></a><span class="lineno"> 273</span> <span class="preprocessor">#endif </span><span class="comment">/* stdint.h */</span><span class="preprocessor"></span></div> 366<div class="line"><a name="l00274"></a><span class="lineno"> 274</span>  </div> 367</div><!-- fragment --></div><!-- contents --> 368</div><!-- doc-content --> 369<div class="ttc" id="astdint_8h_html_a50d1c7c0834558a78588e1d6d0f62a1d"><div class="ttname"><a href="stdint_8h.html#a50d1c7c0834558a78588e1d6d0f62a1d">int_least32_t</a></div><div class="ttdeci">long int int_least32_t</div><div class="ttdef"><b>Definition:</b> stdint.h:63</div></div> 370<div class="ttc" id="astdint_8h_html_aba7bc1797add20fe3efdf37ced1182c5"><div class="ttname"><a href="stdint_8h.html#aba7bc1797add20fe3efdf37ced1182c5">uint8_t</a></div><div class="ttdeci">unsigned char uint8_t</div><div class="ttdef"><b>Definition:</b> stdint.h:51</div></div> 371<div class="ttc" id="astdint_8h_html_a33594304e786b158f3fb30289278f5af"><div class="ttname"><a href="stdint_8h.html#a33594304e786b158f3fb30289278f5af">uint32_t</a></div><div class="ttdeci">unsigned long int uint32_t</div><div class="ttdef"><b>Definition:</b> stdint.h:53</div></div> 372<div class="ttc" id="astdint_8h_html_aef44329758059c91c76d334e8fc09700"><div class="ttname"><a href="stdint_8h.html#aef44329758059c91c76d334e8fc09700">int8_t</a></div><div class="ttdeci">signed char int8_t</div><div class="ttdef"><b>Definition:</b> stdint.h:43</div></div> 373<div class="ttc" id="astdint_8h_html_a2d31063fef649c85396fb28130ef9795"><div class="ttname"><a href="stdint_8h.html#a2d31063fef649c85396fb28130ef9795">uint_fast8_t</a></div><div class="ttdeci">unsigned char uint_fast8_t</div><div class="ttdef"><b>Definition:</b> stdint.h:87</div></div> 374<div class="ttc" id="astdint_8h_html_a3379485af1661b4f36ac1c311832253b"><div class="ttname"><a href="stdint_8h.html#a3379485af1661b4f36ac1c311832253b">int_least16_t</a></div><div class="ttdeci">short int int_least16_t</div><div class="ttdef"><b>Definition:</b> stdint.h:62</div></div> 375<div class="ttc" id="astdint_8h_html_afa981e0352f65c207364c9cb82246b53"><div class="ttname"><a href="stdint_8h.html#afa981e0352f65c207364c9cb82246b53">int_fast8_t</a></div><div class="ttdeci">signed char int_fast8_t</div><div class="ttdef"><b>Definition:</b> stdint.h:79</div></div> 376<div class="ttc" id="astdint_8h_html_a1bae72af13d35bac8eb9424db7e27bf1"><div class="ttname"><a href="stdint_8h.html#a1bae72af13d35bac8eb9424db7e27bf1">uint_least16_t</a></div><div class="ttdeci">unsigned short int uint_least16_t</div><div class="ttdef"><b>Definition:</b> stdint.h:70</div></div> 377<div class="ttc" id="astdint_8h_html_adf4d876453337156dde61095e1f20223"><div class="ttname"><a href="stdint_8h.html#adf4d876453337156dde61095e1f20223">uint16_t</a></div><div class="ttdeci">unsigned short int uint16_t</div><div class="ttdef"><b>Definition:</b> stdint.h:52</div></div> 378<div class="ttc" id="astdint_8h_html_a21649560c6e8dce6de2fb6a95f1bf802"><div class="ttname"><a href="stdint_8h.html#a21649560c6e8dce6de2fb6a95f1bf802">uintmax_t</a></div><div class="ttdeci">unsigned long int uintmax_t</div><div class="ttdef"><b>Definition:</b> stdint.h:107</div></div> 379<div class="ttc" id="astdint_8h_html_a0fbe4a4f8dd857ee04923a901f27465f"><div class="ttname"><a href="stdint_8h.html#a0fbe4a4f8dd857ee04923a901f27465f">intptr_t</a></div><div class="ttdeci">int intptr_t</div><div class="ttdef"><b>Definition:</b> stdint.h:99</div></div> 380<div class="ttc" id="astdint_8h_html_a7cf4a942912b990a96c39f9a2b81aa32"><div class="ttname"><a href="stdint_8h.html#a7cf4a942912b990a96c39f9a2b81aa32">int32_t</a></div><div class="ttdeci">long int int32_t</div><div class="ttdef"><b>Definition:</b> stdint.h:45</div></div> 381<div class="ttc" id="astdint_8h_html_a21402dabb3274e5161a34a27ccff50db"><div class="ttname"><a href="stdint_8h.html#a21402dabb3274e5161a34a27ccff50db">int_fast32_t</a></div><div class="ttdeci">long int int_fast32_t</div><div class="ttdef"><b>Definition:</b> stdint.h:81</div></div> 382<div class="ttc" id="astdint_8h_html_a66634143db08bebe9b46ab4cb1fc6fd3"><div class="ttname"><a href="stdint_8h.html#a66634143db08bebe9b46ab4cb1fc6fd3">int16_t</a></div><div class="ttdeci">short int int16_t</div><div class="ttdef"><b>Definition:</b> stdint.h:44</div></div> 383<div class="ttc" id="astdint_8h_html_ab0fdd2a9dc9606590ecccc0a5d8b5b7c"><div class="ttname"><a href="stdint_8h.html#ab0fdd2a9dc9606590ecccc0a5d8b5b7c">uint_least8_t</a></div><div class="ttdeci">unsigned char uint_least8_t</div><div class="ttdef"><b>Definition:</b> stdint.h:69</div></div> 384<div class="ttc" id="astdint_8h_html_ae04fa5ea5ad475bfe428842a986fbf28"><div class="ttname"><a href="stdint_8h.html#ae04fa5ea5ad475bfe428842a986fbf28">int_least8_t</a></div><div class="ttdeci">signed char int_least8_t</div><div class="ttdef"><b>Definition:</b> stdint.h:61</div></div> 385<div class="ttc" id="astdint_8h_html_a1c0bb513299dbdffa1cce4277593b3ce"><div class="ttname"><a href="stdint_8h.html#a1c0bb513299dbdffa1cce4277593b3ce">uint_least32_t</a></div><div class="ttdeci">unsigned long int uint_least32_t</div><div class="ttdef"><b>Definition:</b> stdint.h:71</div></div> 386<div class="ttc" id="astdint_8h_html_aa8722f97ae26d6aeff0fd4ebba7de7e4"><div class="ttname"><a href="stdint_8h.html#aa8722f97ae26d6aeff0fd4ebba7de7e4">intmax_t</a></div><div class="ttdeci">long int intmax_t</div><div class="ttdef"><b>Definition:</b> stdint.h:106</div></div> 387<div class="ttc" id="astdint_8h_html_a8a5d6c5353ff297fd0797e654772361b"><div class="ttname"><a href="stdint_8h.html#a8a5d6c5353ff297fd0797e654772361b">uint_fast32_t</a></div><div class="ttdeci">unsigned long int uint_fast32_t</div><div class="ttdef"><b>Definition:</b> stdint.h:89</div></div> 388<div class="ttc" id="astdint_8h_html_afc08556e35ad5fc42968cf164e7852d4"><div class="ttname"><a href="stdint_8h.html#afc08556e35ad5fc42968cf164e7852d4">int_fast16_t</a></div><div class="ttdeci">int int_fast16_t</div><div class="ttdef"><b>Definition:</b> stdint.h:80</div></div> 389<div class="ttc" id="astdint_8h_html_a728e973c799f206f0151c8a3bd1e5699"><div class="ttname"><a href="stdint_8h.html#a728e973c799f206f0151c8a3bd1e5699">uintptr_t</a></div><div class="ttdeci">unsigned int uintptr_t</div><div class="ttdef"><b>Definition:</b> stdint.h:100</div></div> 390<div class="ttc" id="astdint_8h_html_a226d967fb6d06433caf43f20dc876aae"><div class="ttname"><a href="stdint_8h.html#a226d967fb6d06433caf43f20dc876aae">uint_fast16_t</a></div><div class="ttdeci">unsigned int uint_fast16_t</div><div class="ttdef"><b>Definition:</b> stdint.h:88</div></div> 391<!-- HTML footer for doxygen 1.8.14--> 392<!-- start footer part --> 393<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> 394</div> 395</body> 396</html>