class ctypes.c_longdouble
Represents the C long double
datatype. The constructor accepts an optional float initializer. On platforms where sizeof(long double) ==
sizeof(double)
it is an alias to c_double
.
class ctypes.c_longdouble
Represents the C long double
datatype. The constructor accepts an optional float initializer. On platforms where sizeof(long double) ==
sizeof(double)
it is an alias to c_double
.
Please login to continue.