⚡ Zig Guide LiveUnofficial
✓ Zig 0.17.0-dev.1454+5faa79730On an older Zig?

Working with C

4 chapters.

  • ABIextern and packed, for layouts you can rely on.
  • C Primitive TypesTypes whose width follows the target's C ABI.
  • C Pointers[*c]T: the escape hatch, and why to leave it at the door.
  • Importing C@cImport, and calling C without bindings.