This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

off-tipoc ? what is the 64 bit integer ?


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."

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]