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