Go to the documentation of this file.
39 #pragma GCC system_header
44 #ifndef _GLIBCXX_CLIMITS
45 #define _GLIBCXX_CLIMITS 1
48 #define LLONG_MIN (-__LONG_LONG_MAX__ - 1)
52 #define LLONG_MAX __LONG_LONG_MAX__
56 #define ULLONG_MAX (__LONG_LONG_MAX__ * 2ULL + 1)