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.