| author | |
| committer | |
| log | d6b3dd25a0d9d02d400b73d53f4d45185dda0bba |
| tree | e706f00be344a42f814e5f5a4f6480db24ba220b |
| parent | f0649dd9782780f5b608af338b6d4add19ce2730 |
| signature |
1 files changed, 3 insertions(+), 0 deletions(-)
lib/c.zig+3| ... | ... | @@ -13,6 +13,9 @@ pub const panic = if (builtin.is_test) |
| 13 | 13 | else |
| 14 | 14 | std.debug.no_panic; |
| 15 | 15 | |
| 16 | // NOTE: `libzigc` aims to be a standalone libc and provide ABI compatibility with its bundled libc's. | |
| 17 | // Some of them like `mingw` are not fully statically linked so some symbols don't need to be exported. | |
| 18 | ||
| 16 | 19 | comptime { |
| 17 | 20 | _ = @import("c/inttypes.zig"); |
| 18 | 21 | _ = @import("c/ctype.zig"); |