]> git.lizzy.rs Git - rust.git/blob - library/std/src/os/raw/ushort.md
pin docs: add some forward references
[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`]: type.c_short.html
6 [`u16`]: ../../primitive.u16.html