Problem with Hiredis Binding

bearophile bearophileHUGS at lycos.com
Thu Jan 5 14:13:26 PST 2012


Andrej Mitrovic:

> I think `long long` in C is 8 bytes, which is the
> equivalent to D's long type.

I think C just requires:
sizeof(long long int) >= sizeof(long int).

For the actual size I think you have to ask to the C compiler.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list