gates_of_skeldal/AdvMan/mem.h
2025-01-24 18:27:22 +01:00

4 lines
No EOL
56 B
C

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