LLONG_MAX        2562 py_ext/ming_wrap.c # if !defined(LLONG_MAX) && defined(__GNUC__) && defined (__LONG_LONG_MAX__)
LLONG_MAX        2564 py_ext/ming_wrap.c #   define LLONG_MIN (-LLONG_MAX - 1LL)
LLONG_MAX        2565 py_ext/ming_wrap.c #   define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL)