mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 02:52:24 +00:00
parent
dbd2b85feb
commit
ef18018439
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
#include "varargs.h"
|
#include "varargs.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern void *malloc(st_size size);
|
extern void *malloc(size_t size);
|
||||||
extern void exit(int status);
|
extern void exit(int status);
|
||||||
|
|
||||||
void (*SYSTEM_Halt)();
|
void (*SYSTEM_Halt)();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue