mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-05 06:00:33 -04:00
6 lines
119 B
C
6 lines
119 B
C
#include <string.h>
|
|
#if defined(__linux__)
|
|
#include <malloc.h>
|
|
#elif defined(__APPLE__)
|
|
#include <stdlib.h>
|
|
#endif
|