summaryrefslogtreecommitdiff
path: root/src/stdint/UINT64_C.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdint/UINT64_C.h')
-rw-r--r--src/stdint/UINT64_C.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/stdint/UINT64_C.h b/src/stdint/UINT64_C.h
new file mode 100644
index 00000000..4d084517
--- /dev/null
+++ b/src/stdint/UINT64_C.h
@@ -0,0 +1,7 @@
+#include <stdint.h>
+
+#define UINT64_C(__value) ((uint_least32_t)__value##ULL)
+
+/*
+STDC(199901)
+*/