Fix errors in the lexer module
This commit is contained in:
@@ -8,6 +8,8 @@ proc free(ptr: Pointer); extern;
|
||||
proc calloc(nmemb: Word, size: Word) -> Pointer; extern;
|
||||
proc realloc(ptr: Pointer, size: Word) -> Pointer; extern;
|
||||
|
||||
proc atoi(str: ^Char) -> Int; extern;
|
||||
|
||||
proc exit(code: Int) -> !; extern;
|
||||
|
||||
end.
|
||||
|
Reference in New Issue
Block a user