4 lines
113 B
C
4 lines
113 B
C
// Compatibility header to workaround lack of native alloca.h in some
|
|
// Windows toolchains.
|
|
#include <malloc.h>
|