]> git.lizzy.rs Git - rust.git/blob - src/libstd/os/raw/ushort.md
Auto merge of #47804 - retep007:recursive-requirements, r=pnkfelix
[rust.git] / src / libstd / 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`]: type.c_short.html
6 [`u16`]: ../../primitive.u16.html