const int FALSE = 0;
Define FALSE as a boolean type, if it's not already.
const int TRUE = (!FALSE);
Define TRUE as a boolean type, if it's not already.
(Last Updated 9/24/2004)