> -----Original Message-----
> From: Peter Bigot [mailto:[email protected]]
> Sent: maandag 19 april 2010 14:02
> To: GCC for MSP430 - http://mspgcc.sf.net
> Subject: Re: [Mspgcc-users] sscanf for msp430-gcc
> 
> Closest useful functionality may be strtoul(3), which is present (I
> haven't personally tested it).

I have, and it works.
However, I did encounter breakage with one of the newer compiler builds,
apparently because it uses register variables. As a workaround, I made a
copy with "normal" variable declarations, which works fine.
Michiel

Reply via email to