CChar

    The C ‘char’ type.

    typealias CChar = Int8

    This will be the same as either CSignedChar (in the common case) or CUnsignedChar, depending on the platform.