Bit type

Open Server supports a single bit type, CS_BIT. This datatype holds server bit (or Boolean) values of 0 or 1. When converting other types to bit, all non-zero values are converted to 1:

typedef unsigned char      CS_BIT;