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