LONG_MIN
#define LONG_MIN __LONG_MIN /* min for a long */
#define LONG_MIN -1
#define LONG_MIN (-9223372036854775807L-1L)
#define LONG_MIN (-2147483647L-1L)
#define LONG_MIN (-__LONG_MAX__ - 1)
#define LONG_MIN (-2147483647L-1L) /* min value of a "long int" */
#define LONG_MIN (-9223372036854775807L-1L)
#define LONG_MIN (-9223372036854775807L-1L)
#define LONG_MIN (-2147483647L-1L)