Migrated from https://github.com/ziglang/zig/pull/23587. CI on the GitHub side apparently failed without me noticing. I can't reproduce any failure locally though; so maybe something's been fixed?
Also:
c_ushortforc_shortc_uintforc_intc_ulongforc_longc_ulonglongforc_longlong
Migrated from https://github.com/ziglang/zig/pull/23587. CI on the GitHub side apparently failed without me noticing. I can't reproduce any failure locally though; so maybe something's been fixed?
Also:
- `c_ushort` for `c_short`
- `c_uint` for `c_int`
- `c_ulong` for `c_long`
- `c_ulonglong` for `c_longlong`