APL/Fun/NewMalloc/newmem.h

6 lines
68 B
C
Raw Normal View History

2022-10-05 11:07:41 +02:00
#ifndef NEWMEM
#define NEWMEM
void* newmalloc(size_t size);
#endif