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