Add c_int
and c_uint
portability helper type
#412
Labels
design
Design of the library systems as a whole, such as concepts
Milestone
Rather than be an alias to i32 or i64, it can be another type that matches the size of an
int
for the system.This can be very useful for working with libc APIs, even though it should not typically be relied on as a primary type in the application layer.
The text was updated successfully, but these errors were encountered: