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.
1 parent 7a14022 commit 5ee1e0fCopy full SHA for 5ee1e0f
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