Cent

Union of all data types. Storage allocated must be the right size of the data on the TARGET, not the host.

extern (C++) @nogc nothrow @safe
struct Cent {
targ_ullong lsw;
targ_ullong msw;
}
Suggestion Box / Bug Report