
On Tue, May 22, 2007 at 01:26:12PM +0200, Philippe Berthault wrote:
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.
I would prefer to avoid gcc specific code, portability is important. If there is a way to get an int64 in a more reliable way I would really prefer that. Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization library http://libvirt.org/ veillard@redhat.com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/