about summary refs log tree commit diff stats
path: root/html/400.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-29 22:04:13 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-29 22:04:13 -0700
commit9cbd4199f376fdccbf08bf2ac15b48c4310e36c4 (patch)
treee53ada2d34c7642b82487a9e03488acf823e584e /html/400.mu.html
parentbae22d720f6a6f3922c29cd7dc4218c7564bbed9 (diff)
downloadmu-9cbd4199f376fdccbf08bf2ac15b48c4310e36c4.tar.gz
6685
Diffstat (limited to 'html/400.mu.html')
-rw-r--r--html/400.mu.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/html/400.mu.html b/html/400.mu.html
index 747ef691..be0cda40 100644
--- a/html/400.mu.html
+++ b/html/400.mu.html
@@ -133,7 +133,7 @@ if ('onhashchange' in window) {
 <span id="L78" class="LineNr"> 78 </span><span class="Comment">#sig allocate-array ad: (addr allocation-descriptor), n: int, out: (addr handle _)</span>
 <span id="L79" class="LineNr"> 79 </span><span class="PreProc">sig</span> <a href='120allocate.subx.html#L710'>copy-array</a> ad: (addr allocation-descriptor), src: (addr array _T), out: (addr handle array _T)
 <span id="L80" class="LineNr"> 80 </span><span class="Comment">#sig zero-out start: (addr byte), size: int</span>
-<span id="L81" class="LineNr"> 81 </span><span class="PreProc">sig</span> <a href='121new-stream.subx.html#L8'>new-stream</a> ad: (addr allocation-descriptor), length: int, elemsize: int, out: (addr handle stream _)
+<span id="L81" class="LineNr"> 81 </span><span class="Comment">#sig new-stream ad: (addr allocation-descriptor), length: int, elemsize: int, out: (addr handle stream _)</span>
 <span id="L82" class="LineNr"> 82 </span><span class="PreProc">sig</span> <a href='122read-line.subx.html#L9'>read-line-buffered</a> f: (addr buffered-file), s: (addr stream byte)
 <span id="L83" class="LineNr"> 83 </span><span class="PreProc">sig</span> <a href='122read-line.subx.html#L218'>read-line</a> f: (addr stream byte), s: (addr stream byte)
 <span id="L84" class="LineNr"> 84 </span><span class="PreProc">sig</span> <a href='123slice.subx.html#L9'>slice-empty?</a> s: (addr slice)<span class="PreProc"> -&gt; </span>result/<span class="Constant">eax</span>: boolean
@@ -196,22 +196,22 @@ if ('onhashchange' in window) {
 <span id="L141" class="LineNr">141 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L37'>screen-size</a><span class="PreProc"> -&gt; </span>nrows/<span class="Constant">eax</span>: int, ncols/<span class="Constant">ecx</span>: int
 <span id="L142" class="LineNr">142 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L75'>clear-screen</a>
 <span id="L143" class="LineNr">143 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L91'>move-cursor-on-screen</a> row: int, column: int
-<span id="L144" class="LineNr">144 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L123'>print-string-to-screen</a> s: (addr array byte)
-<span id="L145" class="LineNr">145 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L136'>print-byte-to-screen</a> c: byte
-<span id="L146" class="LineNr">146 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L158'>print-int32-hex-to-screen</a> n: int
-<span id="L147" class="LineNr">147 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L171'>reset-formatting-on-screen</a>
-<span id="L148" class="LineNr">148 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L186'>start-color-on-screen</a> fg: int, bg: int
-<span id="L149" class="LineNr">149 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L221'>start-bold-on-screen</a>
-<span id="L150" class="LineNr">150 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L234'>start-underline-on-screen</a>
-<span id="L151" class="LineNr">151 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L247'>start-reverse-video-on-screen</a>
-<span id="L152" class="LineNr">152 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L261'>start-blinking-on-screen</a>
-<span id="L153" class="LineNr">153 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L274'>hide-cursor-on-screen</a>
-<span id="L154" class="LineNr">154 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L287'>show-cursor-on-screen</a>
+<span id="L144" class="LineNr">144 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L122'>print-string-to-screen</a> s: (addr array byte)
+<span id="L145" class="LineNr">145 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L134'>print-byte-to-screen</a> c: byte
+<span id="L146" class="LineNr">146 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L155'>print-int32-hex-to-screen</a> n: int
+<span id="L147" class="LineNr">147 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L168'>reset-formatting-on-screen</a>
+<span id="L148" class="LineNr">148 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L183'>start-color-on-screen</a> fg: int, bg: int
+<span id="L149" class="LineNr">149 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L218'>start-bold-on-screen</a>
+<span id="L150" class="LineNr">150 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L231'>start-underline-on-screen</a>
+<span id="L151" class="LineNr">151 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L244'>start-reverse-video-on-screen</a>
+<span id="L152" class="LineNr">152 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L258'>start-blinking-on-screen</a>
+<span id="L153" class="LineNr">153 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L271'>hide-cursor-on-screen</a>
+<span id="L154" class="LineNr">154 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L284'>show-cursor-on-screen</a>
 <span id="L155" class="LineNr">155 </span><span class="PreProc">sig</span> <a href='305keyboard.subx.html#L6'>enable-keyboard-immediate-mode</a>
 <span id="L156" class="LineNr">156 </span><span class="PreProc">sig</span> <a href='305keyboard.subx.html#L72'>enable-keyboard-type-mode</a>
 <span id="L157" class="LineNr">157 </span><span class="PreProc">sig</span> <a href='305keyboard.subx.html#L122'>read-key</a><span class="PreProc"> -&gt; </span>result/<span class="Constant">eax</span>: byte
 <span id="L158" class="LineNr">158 </span><span class="PreProc">sig</span> <a href='306files.subx.html#L3'>open</a> filename: (addr array byte), write?: boolean, out: (addr handle buffered-file)
-<span id="L159" class="LineNr">159 </span><span class="PreProc">sig</span> <a href='307size.subx.html#L5'>size</a> in: (addr array _)<span class="PreProc"> -&gt; </span>result/<span class="Constant">eax</span>: int
+<span id="L159" class="LineNr">159 </span><span class="Comment">#sig size in: (addr array _) -&gt; result/eax: int</span>
 </pre>
 </body>
 </html>