class ctypes.c_int
Represents the C signed 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 to c_long
.
class ctypes.c_int
Represents the C signed 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 to c_long
.
Please login to continue.