AmendHub

Download:

vkoskiv

/

MacNTP

/

amendments

/

2

Add signed int8_t type


vkoskiv made amendment 2 about 1 year ago
--- util.h Thu Aug 17 01:05:28 2023 +++ util.h Tue Aug 22 18:00:58 2023 @@ -69,6 +69,7 @@ typedef signed long ssize_t; typedef unsigned char u_char; typedef unsigned long u_int; typedef unsigned char u_int8_t; +typedef char int8_t; typedef unsigned short u_int16_t; typedef unsigned long u_int32_t;