USHRT_MAX
#define USHRT_MAX __USHRT_MAX /* max value for an unsigned short */
#define USHRT_MAX 65535 /* max value of "unsigned short int" */
#define USHRT_MAX 65535u /* max value of "unsigned short int" */
#define USHRT_MAX 65535 /* max of "unsigned short int" */