On Freitag, 6. April 2007, Lars Noschinski wrote:
> * larry barello <[EMAIL PROTECTED]> [07-04-06 09:01]:
> >Ok, this is the most interesting answer and begs another question: Are you
> >just saying use either signed or unsigned (I typically use uint8_t except
> >when the signedness counts) or is "char" a distinct type that has defined
> >behavior across portable systems?
>
> char is either the same as signed char or the same as unsigned char.

No. It has the same representation as one of them, but it's always a distinct 
type.


_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to