Skip to content

Commit 238c86d

Browse files
committed
Fix: Missing sz_i16_t definition
1 parent e4b1bbd commit 238c86d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/stringzilla/types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ extern "C" {
297297
#if !SZ_AVOID_LIBC
298298
typedef int8_t sz_i8_t; // Always 8 bits
299299
typedef uint8_t sz_u8_t; // Always 8 bits
300+
typedef int16_t sz_i16_t; // Always 16 bits
300301
typedef uint16_t sz_u16_t; // Always 16 bits
301302
typedef int32_t sz_i32_t; // Always 32 bits
302303
typedef uint32_t sz_u32_t; // Always 32 bits

0 commit comments

Comments
 (0)