Re: [QUARANTINE] Re: [avr-gcc-list] C coding question

2006-10-06 Thread Joerg Wunsch
"Larry Barello" <[EMAIL PROTECTED]> wrote: > There doesn't appear to be "stdbool.h" as part of WinAvr, ... Of course, there is. Common pitfall: the AVR-GCC installation ships with *two* (disjunct) sets of header files. One set is part of the GCC installation, and things like belong to that gro

RE: [QUARANTINE] Re: [avr-gcc-list] C coding question

2006-10-06 Thread Larry Barello
Thank you. I suspected this, because that is what avr-gcc does. I Googled around a bit for the answer but must have not used the right terms. This knowledge allows me to mix bit and logical operations safely and GCC compiles nice code as a result. For other responses: '^^' is not a valid C oper