Hacker News new | ask | show | jobs
by lukaslalinsky 491 days ago
The thing is, all valid C types are also valid in Zig. You just `@cImport` the header file and use it. You don't need to wrap the API, you just use it.