diff options
Diffstat (limited to 'src/stdint/INTMAX_MIN.h')
| -rw-r--r-- | src/stdint/INTMAX_MIN.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stdint/INTMAX_MIN.h b/src/stdint/INTMAX_MIN.h new file mode 100644 index 00000000..632b7ff0 --- /dev/null +++ b/src/stdint/INTMAX_MIN.h @@ -0,0 +1,6 @@ +#include <stdint.h> +#define INTMAX_MIN (-INTMAX_MAX - 1LL) + +/* +STDC(199901) +*/ |
