mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 23:52:31 +00:00
6 lines
108 B
Zig
6 lines
108 B
Zig
pub use @cImport({
|
|
@cInclude("inttypes.h");
|
|
@cInclude("config.h");
|
|
@cInclude("zig_llvm.h");
|
|
});
|