====== INT_MAX ======
''int INT_MAX = 2147483647;''
===== Description =====
The maximum possible value of an integer or fixed-point variable in ACS. 2^31 - 1.
INT_MAX is both the largest integer and the largest fixed-point number.
''-INT_MAX'' is **NOT** equal to ''[[INT_MIN]]''.