Fix errors in the lexer module
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
obtain one at https://mozilla.org/MPL/2.0/. *)
|
||||
module;
|
||||
|
||||
proc memset(ptr: Pointer, c: Int, n: Int) -> ^Char; extern;
|
||||
proc memset(ptr: Pointer, c: Int, n: Word) -> ^Char; extern;
|
||||
proc memcpy(dst: Pointer, src: Pointer, n: Word); extern;
|
||||
|
||||
proc strcmp(s1: ^Char, s2: ^Char) -> Int; extern;
|
||||
|
Reference in New Issue
Block a user