ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


constants:int_max

This is an old revision of the document!


INT_MAX

int INT_MAX = 2147483647;

Description

The maximum possible value of an integer or fixed-point variable in ACS. 2^32 - 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.1492431049.txt.gz · Last modified: 2017/04/17 15:10 by korshun