]> git.lizzy.rs Git - rust.git/blob - library/core/src/ffi/c_ushort.md
Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-2022-05-15
[rust.git] / library / core / src / ffi / c_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