We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 451f78d + 5ee1e0f commit 3119b60Copy full SHA for 3119b60
windows/alloca.h
@@ -1 +1,3 @@
1
-#include <malloc.h>
+// Compatibility header to workaround lack of native alloca.h in some
2
+// Windows toolchains.
3
+#include <malloc.h>
0 commit comments