Go to the documentation of this file.
41 #pragma GCC system_header
45 #ifndef _GLIBCXX_CLIMITS
46 #define _GLIBCXX_CLIMITS 1
49 #define LLONG_MIN (-__LONG_LONG_MAX__ - 1)
53 #define LLONG_MAX __LONG_LONG_MAX__
57 #define ULLONG_MAX (__LONG_LONG_MAX__ * 2ULL + 1)