micropython/windows/alloca.h
2014-05-03 14:42:39 +03:00

4 lines
113 B
C

// Compatibility header to workaround lack of native alloca.h in some
// Windows toolchains.
#include <malloc.h>