This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
off-tipoc ? what is the 64 bit integer ?
- To: STDC++ <libstdc++ at sources dot redhat dot com>
- Subject: off-tipoc ? what is the 64 bit integer ?
- From: Levente Farkas <lfarkas at mindmaker dot hu>
- Date: Fri, 25 Aug 2000 13:24:10 +0200
- Organization: Mindmaker Ltd.
- Reply-To: lfarkas at mindmaker dot hu
hi,
what is the proper name for 64 bit signed integer ? and what I have to include
for this ? I found the following (all in under /usr/include):
bits/types.h:__extension__ typedef signed long long int __int64_t;
bits/types.h:__extension__ typedef unsigned long long int __uint64_t;
linux/types.h:typedef __u64 uint64_t;
linux/types.h:typedef __u64 u_int64_t;
linux/types.h:typedef __s64 int64_t;
stdint.h:typedef long int int64_t;
stdint.h:typedef long long int int64_t;
stdint.h:typedef unsigned long int uint64_t;
stdint.h:typedef unsigned long long int uint64_t;
sys/types.h:__extension__ typedef long long int int64_t;
sys/types.h:__extension__ typedef unsigned long long int u_int64_t;
thanks in advance.
yours.
-- Levente http://petition.eurolinux.org/index_html
"The only thing worse than not knowing the truth is
ruining the bliss of ignorance."