Lines 150-157
Link Here
|
150 |
#define PTRDIFF_MAX INT64_MAX |
150 |
#define PTRDIFF_MAX INT64_MAX |
151 |
|
151 |
|
152 |
/* Limits of sig_atomic_t. */ |
152 |
/* Limits of sig_atomic_t. */ |
153 |
#define SIG_ATOMIC_MIN INT32_MIN |
153 |
#define SIG_ATOMIC_MIN INT64_MIN |
154 |
#define SIG_ATOMIC_MAX INT32_MAX |
154 |
#define SIG_ATOMIC_MAX INT64_MAX |
155 |
|
155 |
|
156 |
/* Limit of size_t. */ |
156 |
/* Limit of size_t. */ |
157 |
#define SIZE_MAX UINT64_MAX |
157 |
#define SIZE_MAX UINT64_MAX |