commas starting to work
This commit is contained in:
parent
73b6a68559
commit
7ca37ea8db
4 changed files with 182 additions and 173 deletions
|
@ -128,12 +128,17 @@ function file_error
|
|||
fputs(2, name)
|
||||
fputc(2, 10)
|
||||
exit(1)
|
||||
|
||||
|
||||
:str_file_error
|
||||
string Error opening file:
|
||||
byte 32
|
||||
byte 0
|
||||
|
||||
function die
|
||||
argument message
|
||||
fputs(2, message)
|
||||
exit(1)
|
||||
|
||||
function malloc
|
||||
argument size
|
||||
local total_size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue