aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/constants.h b/src/utils/constants.h
index 6d0683e..e985bc7 100644
--- a/src/utils/constants.h
+++ b/src/utils/constants.h
@@ -1,4 +1,4 @@
1#define UINT32_BIT(i) (UINT32_C(1) << (uint32_t)(i)) 1#define UINT8_BIT(i) (UINT8_C(1) << (uint8_t)(i))
2 2
3#define FACTORIAL_MAX INT64_C(12) 3#define FACTORIAL_MAX INT64_C(12)
4 4

Generated with cgit - Back to sebastiano.tronto.net