]> git.lizzy.rs Git - rust.git/blob - library/std/src/os/raw/ushort.md
Rollup merge of #72734 - pickfire:liballoc, r=KodrAus
[rust.git] / library / std / src / os / raw / ushort.md
1 Equivalent to C's `unsigned short` type.
2
3 This type will almost always be [`u16`], but may differ on some esoteric systems. The C standard technically only requires that this type be an unsigned integer with the same size as a [`short`].
4
5 [`short`]: c_short