Files
Upsilon/liba/include/limits.h
Émilie Feral feeec6b826 [escher] Add behaviour for end and origin events
Change-Id: I363dad3c566289a285179a9f26d3a779f0ff812f
2017-09-27 10:28:16 +02:00

7 lines
80 B
C

#ifndef LIBA_LIMITS_H
#define LIBA_LIMITS_H
#define INT_MAX 0x7fffffff
#endif