about summary refs log tree commit diff stats
path: root/400.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-26 13:41:23 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-26 13:41:23 -0700
commite0bceffe08e06a30e771efe986f1f4f7c717dc95 (patch)
treee485751ca2e141a7ee777434cc6de2407af1f344 /400.mu
parentfca30f0f86f848c105c0dd048815f959e850eb1b (diff)
downloadmu-e0bceffe08e06a30e771efe986f1f4f7c717dc95.tar.gz
6860
Snapshot: tile currently segfaulting. I need to back up and make it easier
to debug.
Diffstat (limited to '400.mu')
-rw-r--r--400.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/400.mu b/400.mu
index b51d111f..9676f283 100644
--- a/400.mu
+++ b/400.mu
@@ -173,5 +173,6 @@ sig new-buffered-file out: (addr handle buffered-file)
 
 sig stream-empty? s: (addr stream _) -> result/eax: boolean
 sig stream-full? s: (addr stream _) -> result/eax: boolean
+sig stream-to-string in: (addr stream _), out: (addr handle array _)
 
 sig copy-bytes src: (addr byte), dest: (addr byte), n: int