The C ‘unsigned char’ type.
SDK
- Xcode 6.0.1+
Framework
- Swift Standard Library
Declaration
typealias CUnsignedChar = UInt8
The C ‘unsigned char’ type.
SDK
Framework
typealias CUnsignedChar = UInt8
typealias CBoolThe C ‘_Bool’ and C++ ‘bool’ type.
typealias CCharThe C ‘char’ type.
typealias CChar16The C++11 ‘char16_t’ type, which has UTF-16 encoding.
typealias CChar32The C++11 ‘char32_t’ type, which has UTF-32 encoding.
typealias CDoubleThe C ‘double’ type.
typealias CFloatThe C ‘float’ type.
typealias CIntThe C ‘int’ type.
typealias CLongThe C ‘long’ type.
typealias CLongLong The C ‘long long’ type.
typealias CShortThe C ‘short’ type.
typealias CSignedChar The C ‘signed char’ type.
typealias CUnsignedInt The C ‘unsigned int’ type.
typealias CUnsignedLong The C ‘unsigned long’ type.
typealias CUnsignedLongLong The C ‘unsigned long long’ type.
typealias CUnsignedShort The C ‘unsigned short’ type.
typealias CWideChar The C++ ‘wchar_t’ type.