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 a2834d4 commit 10cc49dCopy full SHA for 10cc49d
src-self-hosted/c.zig
@@ -1,4 +1,6 @@
1
pub use @cImport({
2
+ @cDefine("__STDC_CONSTANT_MACROS", "");
3
+ @cDefine("__STDC_LIMIT_MACROS", "");
4
@cInclude("inttypes.h");
5
@cInclude("config.h");
6
@cInclude("zig_llvm.h");
0 commit comments