mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 21:32:26 +00:00
Darwin port ... yet not ready
This commit is contained in:
parent
02f7cad356
commit
279e037b5f
4 changed files with 44 additions and 36 deletions
|
|
@ -12,10 +12,11 @@ uses double # as concatenation operator
|
|||
*/
|
||||
|
||||
#include <alloca.h>
|
||||
#include <string.h>
|
||||
//#include <string.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 char *memcpy();
|
||||
extern void *malloc(unsigned long size);
|
||||
extern void exit(int status);
|
||||
|
||||
#define export
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue