Contents

CChar

The C ‘char’ type.

Declaration

typealias CChar = Int8

Discussion

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

See Also

Aliases for Imported C Types