mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
6 lines
83 B
C
6 lines
83 B
C
|
|
#ifndef SYSTEM_LIMITS_H
|
||
|
|
#define SYSTEM_LIMITS_H
|
||
|
|
|
||
|
|
#define INT_MAX 2147483647
|
||
|
|
|
||
|
|
#endif
|