[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: [LI] 64 Bit integer in linux
On Wed, Nov 17, 1999 at 04:49:24AM -0000, mlprasad@xxxxxxxxxxxx wrote:
> Hello Friends,
> Can U pl. tell me if 64 bit integer is available in linux.
> As in Windows we have " atoi64".
$ cat test.c
main()
{
long long i;
printf("size of long long is: %d\n", sizeof(i));
}
$ ./a.out
size of long long is: 8
-Arun
--
Please note the change in address. I'm having difficulties with my ISP's
email account.
--------------------------------------------------------------------
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.