6 lines
68 B
C
6 lines
68 B
C
#ifndef NEWMEM
|
|
#define NEWMEM
|
|
|
|
void* newmalloc(size_t size);
|
|
|
|
#endif |