| ... | ... | @@ -10656,9 +10656,11 @@ const c = @cImport({ |
| 10656 | 10656 | {#header_close#} |
| 10657 | 10657 | |
| 10658 | 10658 | {#header_open|C Translation CLI#} |
| 10659 | <p> |
| 10659 | 10660 | Zig's C translation capability is available as a CLI tool via <kbd>zig translate-c</kbd>. |
| 10660 | 10661 | It requires a single filename as an argument. It may also take a set of optional flags that are |
| 10661 | 10662 | forwarded to clang. It writes the translated file to stdout. |
| 10663 | </p> |
| 10662 | 10664 | {#header_open|Command line flags#} |
| 10663 | 10665 | <ul> |
| 10664 | 10666 | <li> |