class ctypes.c_ulonglong
Represents the C unsigned long long
datatype. The constructor accepts an optional integer initializer; no overflow checking is done.
class ctypes.c_ulonglong
Represents the C unsigned long long
datatype. The constructor accepts an optional integer initializer; no overflow checking is done.
Please login to continue.