FbBoolean typedef

FbBoolean = UnsignedChar

FB_BOOLEAN is just an unsigned char (with 1/0 for true/false).

Implementation

typedef FbBoolean = UnsignedChar;