gates_of_skeldal/AdvMan/mem.h
2025-01-25 21:15:16 +01:00

4 lines
No EOL
59 B
C

__inline void *getmem(int32_t sz)
{
return malloc(sz);
}