This commit is contained in:
Kartik Agaram 2020-10-01 20:35:14 -07:00
parent 611e9f2e08
commit c79b93ca6c
1 changed files with 1 additions and 1 deletions

2
400.mu
View File

@ -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