Re: [Mspgcc-users] Using 64 bit Interger with CCE

2006-07-22 Thread Pedro Federici
I just know the type *long long* (8 bytes long integer) of mspgcc. You can try it. 2006/7/22, N. Coesel : At 12:31 21-07-06 +0200, you wrote: > Hi! > >I'm searching for an easy way to use 64 bit long integer values with the >MSP430. I'm using the CCE IDE from TI. Is there any C library avail

Re: [Mspgcc-users] Using 64 bit Interger with CCE

2006-07-22 Thread N. Coesel
At 12:31 21-07-06 +0200, you wrote: > Hi! > >I'm searching for an easy way to use 64 bit long integer values with the >MSP430. I'm using the CCE IDE from TI. Is there any C library available >for 64 bit aritmethic? You can use the long long type, but beware, the implementation is very buggy. I