@@ -3,6 +3,14 @@
/* ---- Types ---------------------------------------------------------- */
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
typedef unsigned char U8;
typedef unsigned short U16;
typedef unsigned int U32;
The note is not visible to the blocked user.