The C ‘unsigned long long’ type.
SDK
- Xcode 6.0.1+
Framework
- Swift Standard Library
Declaration
typealias CUnsignedLongLong = UInt64
The C ‘unsigned long long’ type.
SDK
Framework
typealias CUnsignedLongLong = UInt64
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 CLong LongThe C ‘long long’ type.
typealias CShortThe C ‘short’ type.
typealias CSigned CharThe C ‘signed char’ type.
typealias CUnsigned CharThe C ‘unsigned char’ type.
typealias CUnsigned IntThe C ‘unsigned int’ type.
typealias CUnsigned LongThe C ‘unsigned long’ type.
typealias CUnsigned ShortThe C ‘unsigned short’ type.
typealias CWide CharThe C++ ‘wchar_t’ type.