The C ‘long’ type.
SDK
- Xcode 6.0.1+
Framework
- Swift Standard Library
Declaration
typealias CLong = Int
typealias CBool
The C ‘_Bool’ and C++ ‘bool’ type.
typealias CChar
The C ‘char’ type.
typealias CChar16
The C++11 ‘char16_t’ type, which has UTF-16 encoding.
typealias CChar32
The C++11 ‘char32_t’ type, which has UTF-32 encoding.
typealias CDouble
The C ‘double’ type.
typealias CFloat
The C ‘float’ type.
typealias CInt
The C ‘int’ type.
typealias CLongLong
The C ‘long long’ type.
typealias CShort
The C ‘short’ type.
typealias CSignedChar
The C ‘signed char’ type.
typealias CUnsignedChar
The C ‘unsigned 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.