Type Alias

CChar

The C ‘char’ type. Cの「char」型。

Declaration 宣言

typealias CChar = Int8

Discussion 解説

This will be the same as either CSignedChar (in the common case) or CUnsignedChar, depending on the platform. これは、プラットホーム次第で、CSignedChar(一般的な場合)またはCUnsignedCharのどちらかに同じです。

See Also 参照

Aliases for Imported C Types インポートされたC型に対するエイリアス