one fable-low hijack cell
pair c / zig
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked c (first-offered)
· classifierA
· tiernone
response (200 chars)
# Zig → C
## Compile Zig to C source code
Zig can emit C code as a compilation target:
```bash
zig build-exe main.zig -ofmt=c -lc
# or for a library/object:
zig build-obj main.zig -ofmt=c
```
This
neighbors