We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sz_i16_t
1 parent e4b1bbd commit 238c86dCopy full SHA for 238c86d
include/stringzilla/types.h
@@ -297,6 +297,7 @@ extern "C" {
297
#if !SZ_AVOID_LIBC
298
typedef int8_t sz_i8_t; // Always 8 bits
299
typedef uint8_t sz_u8_t; // Always 8 bits
300
+typedef int16_t sz_i16_t; // Always 16 bits
301
typedef uint16_t sz_u16_t; // Always 16 bits
302
typedef int32_t sz_i32_t; // Always 32 bits
303
typedef uint32_t sz_u32_t; // Always 32 bits
0 commit comments