#define TRUE (!FALSE)
sack_types.h
Define TRUE when not previously defined in the platform. TRUE is (!FALSE) so anything not 0 is true.
Macros