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