Re: __int64

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Steve Adams wrote:
Apparently gcc doesn't recognize this format for a 64-bit
integer.  Could someone point out what I need to put here
to declare the 64-bit integer so gcc will accept it?
try this:

unsigned long long int serNum=0;
unsigned long long int license=0;

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux