Type Aliasswift 6.0.1Swift
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.
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.