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-31 16:11:34 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-31 16:11:34 -0700
commit7fa80570a065353fad6d0698180e583e26a4c19e (patch)
treea9e7c4650271dde4cda10231f6542df5040194a0 /html/400.mu.html
parent5c058ad6278a373a1ad0e251966447c8c6c86547 (diff)
downloadmu-7fa80570a065353fad6d0698180e583e26a4c19e.tar.gz
6693
Diffstat (limited to 'html/400.mu.html')
-rw-r--r--html/400.mu.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/html/400.mu.html b/html/400.mu.html
index be0cda40..5f771d23 100644
--- a/html/400.mu.html
+++ b/html/400.mu.html
@@ -212,6 +212,9 @@ if ('onhashchange' in window) {
 <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="Comment">#sig size in: (addr array _) -&gt; result/eax: int</span>
+<span id="L160" class="LineNr">160 </span>
+<span id="L161" class="LineNr">161 </span><span class="PreProc">sig</span> <a href='309stream.subx.html#L4'>stream-empty?</a> s: (addr stream _)<span class="PreProc"> -&gt; </span>result/<span class="Constant">eax</span>: boolean
+<span id="L162" class="LineNr">162 </span><span class="PreProc">sig</span> <a href='309stream.subx.html#L28'>stream-full?</a> s: (addr stream _)<span class="PreProc"> -&gt; </span>result/<span class="Constant">eax</span>: boolean
 </pre>
 </body>
 </html>