commit d6f5175966a33db2a1e5a5e51ec0abeb53f784a7 parent 5f3b3edf83122fb09dd44b7bbf974516c6c7ca70 Author: MikoĊaj Lenczewski <mblenczewski@gmail.com> Date: Sun, 12 Feb 2023 02:41:38 +0000 Introduce type alias `b8` for int8_t Diffstat:
M | include/common.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/include/common.h b/include/common.h @@ -39,6 +39,7 @@ extern "C" { #include <string.h> #endif +typedef int8_t b8; typedef int32_t b32; typedef uint8_t u8;