class ctypes.c_uint
Represents the C unsigned int
datatype. The constructor accepts an optional integer initializer; no overflow checking is done. On platforms where sizeof(int) == sizeof(long)
it is an alias for c_ulong
.
class ctypes.c_uint
Represents the C unsigned int
datatype. The constructor accepts an optional integer initializer; no overflow checking is done. On platforms where sizeof(int) == sizeof(long)
it is an alias for c_ulong
.
Please login to continue.