Constants



FALSE

const int FALSE = 0;

Define FALSE as a boolean type, if it's not already.


TRUE

const int TRUE = (!FALSE);

Define TRUE as a boolean type, if it's not already.


Generated with HeaderDoc - © 2000 Apple Computer, Inc. — (Last Updated 9/29/2003)