Synopsis
#include <limits.h>
#define LONG_MIN (-2147483647-1)
Description
LONG_MIN is the minimum value for an object of type long int.
Portability
LONG_MIN conforms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).
#include <limits.h>
#define LONG_MIN (-2147483647-1)
LONG_MIN is the minimum value for an object of type long int.
LONG_MIN conforms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).