mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
7 lines
80 B
C
7 lines
80 B
C
#ifndef LIBA_LIMITS_H
|
|
#define LIBA_LIMITS_H
|
|
|
|
#define INT_MAX 0x7fffffff
|
|
|
|
#endif
|