summary refs log tree commit diff
path: root/src/libstd/os/raw/schar.md
blob: 6aa8b1211d808d82b003cec6194fb8675ab58de6 (plain)
1
2
3
4
5
6
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`]: type.c_char.html
[`i8`]: ../../primitive.i8.html