about summary refs log tree commit diff stats
path: root/html/400.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/400.mu.html')
-rw-r--r--html/400.mu.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/html/400.mu.html b/html/400.mu.html
index 20d8bdf8..4eb1ffac 100644
--- a/html/400.mu.html
+++ b/html/400.mu.html
@@ -226,8 +226,8 @@ if ('onhashchange' in window) {
 <span id="L171" class="LineNr">171 </span><span class="PreProc">sig</span> <a href='305keyboard.subx.html#L132'>read-key-from-real-keyboard</a><span class="PreProc"> -&gt; </span>result/<span class="Constant">eax</span>: grapheme
 <span id="L172" class="LineNr">172 </span><span class="PreProc">sig</span> <a href='305keyboard.subx.html#L158'>read-line-from-real-keyboard</a> out: (addr stream byte)
 <span id="L173" class="LineNr">173 </span><span class="PreProc">sig</span> <a href='306files.subx.html#L12'>open</a> filename: (addr array byte), write?: boolean, out: (addr handle buffered-file)
-<span id="L174" class="LineNr">174 </span><span class="PreProc">sig</span> <a href='306files.subx.html#L76'>populate-buffered-file-containing</a> contents: (addr array byte), out: (addr handle buffered-file)
-<span id="L175" class="LineNr">175 </span><span class="PreProc">sig</span> <a href='306files.subx.html#L122'>new-buffered-file</a> out: (addr handle buffered-file)
+<span id="L174" class="LineNr">174 </span><span class="PreProc">sig</span> <a href='306files.subx.html#L89'>populate-buffered-file-containing</a> contents: (addr array byte), out: (addr handle buffered-file)
+<span id="L175" class="LineNr">175 </span><span class="PreProc">sig</span> <a href='306files.subx.html#L135'>new-buffered-file</a> out: (addr handle buffered-file)
 <span id="L176" class="LineNr">176 </span><span class="muComment">#sig size in: (addr array _) -&gt; result/eax: int</span>
 <span id="L177" class="LineNr">177 </span>
 <span id="L178" class="LineNr">178 </span><span class="PreProc">sig</span> <a href='309stream.subx.html#L6'>stream-empty?</a> s: (addr stream _)<span class="PreProc"> -&gt; </span>result/<span class="Constant">eax</span>: boolean
@@ -238,6 +238,8 @@ if ('onhashchange' in window) {
 <span id="L183" class="LineNr">183 </span><span class="PreProc">sig</span> <a href='309stream.subx.html#L187'>stream-final</a> s: (addr stream byte)<span class="PreProc"> -&gt; </span>result/<span class="Constant">eax</span>: byte
 <span id="L184" class="LineNr">184 </span>
 <span id="L185" class="LineNr">185 </span><span class="muComment">#sig copy-bytes src: (addr byte), dest: (addr byte), n: int</span>
+<span id="L186" class="LineNr">186 </span><span class="PreProc">sig</span> <a href='312copy.subx.html#L3'>copy-array-object</a> src: (addr array _), dest-ah: (addr handle array _)
+<span id="L187" class="LineNr">187 </span><span class="PreProc">sig</span> <a href='312copy.subx.html#L17'>copy-file</a> src: (addr buffered-file), dest-ah: (addr handle buffered-file), filename: (addr array byte)
 </pre>
 </body>
 </html>