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