changes on SYSTEM.h for Malloc -- antranigv

This commit is contained in:
Antranig Vartanian 2015-12-06 21:59:45 +04:00
parent 3ceda03627
commit ab04bdfdc6

View file

@ -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);