Hacker News new | ask | show | jobs
by daurnimator 1156 days ago
zig supports importing C headers via the special built-in `@cImport`. That feature requires a C language front end to operate. https://ziglang.org/documentation/0.10.1/#Import-from-C-Head...