We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
c_int
c_uint
Rather than be an alias to i32 or i64, it can be another type that matches the size of an int for the system.
int
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.