mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
changes on SYSTEM.h for Malloc -- antranigv
Former-commit-id: ab04bdfdc6
This commit is contained in:
parent
10eecb8a2e
commit
4366edec85
1 changed files with 2 additions and 1 deletions
|
|
@ -11,8 +11,9 @@ uses double # as concatenation operator
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <alloca.h>
|
//#include <alloca.h>
|
||||||
#include <stdint.h> /* for type sizes -- noch */
|
#include <stdint.h> /* for type sizes -- noch */
|
||||||
|
#include <stdlib.h> /* for malloc -- antranigv */
|
||||||
|
|
||||||
extern void *memcpy(void *dest, const void *src, unsigned long n);
|
extern void *memcpy(void *dest, const void *src, unsigned long n);
|
||||||
extern void *malloc(unsigned long size);
|
extern void *malloc(unsigned long size);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue