Richard W.M. Jones a écrit :
Is "long long" part of ANSI C? I thought it was a gcc
extension. I
think you should use <stdint.h> to give you integers of fixed sizes,
which seems to be what you want.
long long integer type is part of ISO C99 and gcc is conform to C99 norm.
Regards.