CInterop.PlatformChar

The platform’s preferred character type. On Unix, this is an 8-bit C char (which may be signed or unsigned, depending on platform). On Windows, this is UInt16 (a “wide” character).

Declaration

typealias PlatformChar = CInterop.Char