summaryrefslogtreecommitdiff
path: root/src/limits/LLONG_MIN.c
blob: a28952fe9db58eed6e49c1c892ab3eae02119132 (plain)
1
2
3
4
5
6
7
8
9
#include <limits.h>
#define LLONG_MIN                                       (-9223372036854775808LL)

/* MIN: -9223372036854775807 */
/** minimum value of a type(long long int) **/

/*
STDC(199901)
*/