Type Aliasswift-system 1.3.2SystemPackage
Mode
CInterop.swift:38typealias Mode = mode_t
Other members in extension
Typealiases
typealias Char
The C
char
typetypealias 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 isUInt16
(a “wide” character).typealias PlatformUnicodeEncoding
The platform’s preferred Unicode encoding. On Unix this is UTF-8 and on Windows it is UTF-16. Native strings may contain invalid Unicode, which will be handled by either error-correction or failing, depending on API.