diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-09-23 22:38:16 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-09-23 22:38:16 -0700 |
commit | 37d53a70958bfe5b1d7946229af9c12f0b865abc (patch) | |
tree | af209b4fed1411344ad5aa6ead0e168c718b54b5 /html/subx/000organization.cc.html | |
parent | 76cb753a49974f6bb5a836a52445adf97de4a7cc (diff) | |
download | mu-37d53a70958bfe5b1d7946229af9c12f0b865abc.tar.gz |
4512
Diffstat (limited to 'html/subx/000organization.cc.html')
-rw-r--r-- | html/subx/000organization.cc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/000organization.cc.html b/html/subx/000organization.cc.html index 10d753e9..e3e2abb4 100644 --- a/html/subx/000organization.cc.html +++ b/html/subx/000organization.cc.html @@ -169,7 +169,7 @@ if ('onhashchange' in window) { <span id="L110" class="LineNr">110 </span><span class="Comment">//</span> <span id="L111" class="LineNr">111 </span><span class="Comment">// End Globals</span> <span id="L112" class="LineNr">112 </span> -<span id="L113" class="LineNr">113 </span><span class="Normal">int</span> main<span class="Delimiter">(</span><span class="Normal">int</span> argc<span class="Delimiter">,</span> <span class="Normal">char</span>* argv[]<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L113" class="LineNr">113 </span><span class="Normal">int</span> <a href='000organization.cc.html#L113'>main</a><span class="Delimiter">(</span><span class="Normal">int</span> argc<span class="Delimiter">,</span> <span class="Normal">char</span>* argv[]<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L114" class="LineNr">114 </span> atexit<span class="Delimiter">(</span><a href='000organization.cc.html#L148'>reset</a><span class="Delimiter">);</span> <span id="L115" class="LineNr">115 </span> <span class="Comment">// we require a 32-bit little-endian system</span> <span id="L116" class="LineNr">116 </span> assert<span class="Delimiter">(</span><span class="Normal">sizeof</span><span class="Delimiter">(</span><span class="Normal">int</span><span class="Delimiter">)</span> == <span class="Constant">4</span><span class="Delimiter">);</span> |