From b38ff486555a16840fd04caaa3cbe38e37b2b9ae Mon Sep 17 00:00:00 2001 From: kotorifan Date: Tue, 14 Apr 2026 23:36:25 +0200 Subject: Added new files --- src/common.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/common.h (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h new file mode 100644 index 0000000..4b0cdc8 --- /dev/null +++ b/src/common.h @@ -0,0 +1,10 @@ +// common.h +#pragma once +#include + +typedef u8 uint8_t_least_t +typedef i8 int8_t_least_t +typedef u16 uint16_least_t +typedef i16 int16_least_t +typedef u32 uint32_least_t +typedef i32 int32_least_t -- cgit v1.3