mirror of
https://github.com/micropython/micropython.git
synced 2026-01-18 18:07:18 +01:00
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>
|