Hi list,

I am very new to C, and I can't find how to specify a binary constant.

I tried for example 

foo = 0b11110000;

or 

foo = b11110000;

but neither worked...


I am using gcc-avr 3.4.3 and avr-libc 1.2.3....


Regards,


--
Vince



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

Reply via email to