mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-05 22:20:30 -04:00
4 lines
No EOL
56 B
C
4 lines
No EOL
56 B
C
__inline void *getmem(long sz)
|
|
{
|
|
return malloc(sz);
|
|
} |