CChar
The C ‘char’ type.
Declaration
typealias CChar = Int8Discussion
This will be the same as either CSignedChar (in the common case) or CUnsignedChar, depending on the platform.
The C ‘char’ type.
typealias CChar = Int8This will be the same as either CSignedChar (in the common case) or CUnsignedChar, depending on the platform.