From 8a6ad45d8d26c60b62a2a7ac8d594b3c4d1dbc45 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 25 Oct 2020 17:41:06 -0700 Subject: 7100 - tile: render string literals --- 400.mu | 2 ++ 1 file changed, 2 insertions(+) (limited to '400.mu') diff --git a/400.mu b/400.mu index 93e6f03a..fb686e17 100644 --- a/400.mu +++ b/400.mu @@ -177,5 +177,7 @@ 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 stream-first s: (addr stream byte) -> result/eax: byte +sig stream-final s: (addr stream byte) -> result/eax: byte #sig copy-bytes src: (addr byte), dest: (addr byte), n: int -- cgit 1.4.1-2-gfad0