summaryrefslogtreecommitdiffstats
path: root/library/core/src/ffi/c_schar.md
blob: 69879c9f17f4d80af70250424ed18558942cdc5c (plain)
1
2
3
4
5
Equivalent to C's `signed char` type.

This type will always be [`i8`], but is included for completeness. It is defined as being a signed integer the same size as a C [`char`].

[`char`]: c_char