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