C integer types as aliases of zig integers #3757
Labels
proposal
This issue suggests modifications. If it also has the "accepted" label then it is planned.
Milestone
Currently
c_ushort != u16
.Instead, I propose that e.g.
c_ushort
just becomes an alias for the relevant u16/u32/etc.As @andrewrk notes, this could happen in the standard library itself
The text was updated successfully, but these errors were encountered: