From c79b93ca6cfdbc883bae66662eeea52c8d674760 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 1 Oct 2020 20:35:14 -0700 Subject: [PATCH] 6921 --- 400.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400.mu b/400.mu index 9676f283..d6fa0b83 100644 --- a/400.mu +++ b/400.mu @@ -175,4 +175,4 @@ 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 +#sig copy-bytes src: (addr byte), dest: (addr byte), n: int