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