aboutsummaryrefslogtreecommitdiff
path: root/src/utils/constants.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-09-10 22:48:30 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-09-10 22:58:21 +0200
commit4b5ab5d1808949661b4b449af914f3659596ef73 (patch)
treebf583393c9262c96bc244466e042725c7b0745bf /src/utils/constants.h
parent70d3a3de3a2fdef7e47b2bd510261d69390a3a9c (diff)
downloadnissy-core-4b5ab5d1808949661b4b449af914f3659596ef73.tar.gz
nissy-core-4b5ab5d1808949661b4b449af914f3659596ef73.zip
8 bit tables
Diffstat (limited to 'src/utils/constants.h')
-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