summaryrefslogtreecommitdiff
path: root/src/stdint/UINT_LEAST32_MAX.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdint/UINT_LEAST32_MAX.c')
-rw-r--r--src/stdint/UINT_LEAST32_MAX.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stdint/UINT_LEAST32_MAX.c b/src/stdint/UINT_LEAST32_MAX.c
new file mode 100644
index 00000000..fdf97254
--- /dev/null
+++ b/src/stdint/UINT_LEAST32_MAX.c
@@ -0,0 +1,6 @@
+#include <stdint.h>
+#define UINT_LEAST32_MAX (4294967295U)
+
+/*
+STDC(199901)
+*/