Go to the documentation of this file.
39 #pragma GCC system_header
43 #ifndef _GLIBCXX_CLIMITS
44 #define _GLIBCXX_CLIMITS 1
47 #define LLONG_MIN (-__LONG_LONG_MAX__ - 1)
51 #define LLONG_MAX __LONG_LONG_MAX__
55 #define ULLONG_MAX (__LONG_LONG_MAX__ * 2ULL + 1)