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