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

Reply via email to