[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: [LI] 64bit integer
Hi,
This had been extensively answered in this list sometimes back.
Ofcourse linux supports 64 bit integers.
they are, signed long long OR __s64 AND
unsigned long long OR __u64
You may have to include <sys/types.h>
But ANSI C doesn't support it.
sudheer
On Wed, 17 Nov 1999, Rajesh Pandey wrote:
>
> Friends,
>
> Does Linux on intel platform have support of 64bit integer? Is anything
> equivalent of _atoi64 on windows platform available on Linux?
>
--------------------------------------------------------------------
The Linux India Mailing List Archives are now available. Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.