uint16_t Type (Scalar)

stdint.h

typedef unsigned short uint16_t;

A 16-bit type unsigned fixed-width type specified by C99.

This type can be used when exactly 16 bits of unsigned data storage are wanted.