Hello, I have a maybe-silly question.
What makes us have both TRUE/true or FALSE/false as constants of
bool?
The following definitions in c.h didn't mess anything up.
#define TRUE true
#define FALSE false
# NIL seems causing similar mess.
regards,
--
Kyotaro Horiguchi
NTT Open Source Software Center