TypealiasSwiftCCharThe C ‘char’ type.typealias CChar = Int8OverviewThis will be the same as either CSignedChar (in the common case) or CUnsignedChar, depending on the platform.