mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 23:22:44 +00:00
29e8e67a7e
In general the C backend should lower to human-maintainable C code whenever possible. Directly using C types that one would use when writing C code is one part of the strategy. The concern with including stdint.h is C89 compatibility. Well, we can just check the C std lib version before deciding to include that header. |
||
---|---|---|
.. | ||
cbe.zig | ||
nvptx.zig |