====== USHORT_MAX ====== ''int USHORT_MAX = 65535'' ===== Description ===== The maximum value of a 16-bit unsigned integer. 2^16 - 1. Also the biggest fixed-point number less than ''1.0''. ''1.0 - 1''.