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