ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


constants:int_max

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.
constants/int_max.txt · Last modified: 2017/04/17 15:15 by korshun