mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +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
|