(0x100) // END OF REGISTERS MARKER + +#ifndef TRUE + #define TRUE 1 +#endif + +#ifndef FALSE + #define FALSE 0 +#endif + +// --- +// Local Variables +// --- + +static LCM_UTIL_FUNCS lcm_util = {0}; + +#define ...