NAME
#define TRUE ...
DESCRIPTION
Boolean true value indicator.
SOURCE
#ifndef TRUE #define TRUE 1 #endif