Gabriel Dos Reis a écrit:
forwarding to the avr-gcc list...
On Sat, Jun 9, 2012 at 10:15 AM, Torbjorn Granlund wrote:
bodr...@mail.dm.unipi.it writes:
IIRC, with avr-gcc, the unsigned long type exists and it is 32 bits long.
Yes. Instead of long, sou can also use C99 and
#include
uint32
Gabriel Dos Reis a écrit:
forwarding to the avr-gcc list...
On Sat, Jun 9, 2012 at 10:15 AM, Torbjorn Granlund wrote:
bodr...@mail.dm.unipi.it writes:
IIRC, with avr-gcc, the unsigned long type exists and it is 32 bits long.
Yes. Instead of long, sou can also use C99 and
#include
uint32
forwarding to the avr-gcc list...
On Sat, Jun 9, 2012 at 10:15 AM, Torbjorn Granlund wrote:
> bodr...@mail.dm.unipi.it writes:
>
> IIRC, with avr-gcc, the unsigned long type exists and it is 32 bits long.
> Using them for all operations probably is not the faster way to handle
> long integers,