mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 19:12:25 +00:00
parent
c082d8e13c
commit
ebf8f5861e
6 changed files with 6 additions and 6 deletions
BIN
ocat
BIN
ocat
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
f5fd9a8471482e945d275319e4740da9a07a053f
|
||||
f07ace957803c4f8f91afdd2a7203923b90e47b5
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
#include "varargs.h"
|
||||
#endif
|
||||
|
||||
extern void *malloc(long size);
|
||||
extern void *malloc(unsigned long size);
|
||||
extern void exit(int status);
|
||||
|
||||
void (*SYSTEM_Halt)();
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ uses double # as concatenation operator
|
|||
|
||||
#include <alloca.h>
|
||||
|
||||
extern void *memcpy(void *dest, const void *src, long n);
|
||||
extern void *malloc(long size);
|
||||
extern void *memcpy(void *dest, const void *src, unsigned long n);
|
||||
extern void *malloc(unsigned long size);
|
||||
extern void exit(int status);
|
||||
|
||||
#define export
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
fed33f8a353c8fba5bd7ac2003c83c4a88892d74
|
||||
5868f635083b8744630e51f3e436490d72f0e77f
|
||||
|
|
@ -1 +1 @@
|
|||
e540fb326c39faaae96b175f9c29224de97661e1
|
||||
5868f635083b8744630e51f3e436490d72f0e77f
|
||||
Loading…
Add table
Add a link
Reference in a new issue