types: add BSD style typedefs for unsigned types

main
anna 3 years ago
parent fb8bef86d5
commit ec889c08b9
Signed by: fef
GPG Key ID: EC22E476DC2D3D84

@ -18,6 +18,11 @@
# endif /* not __cplusplus */
#endif /* not _BOOL_DECLARED */
typedef unsigned char u_char;
typedef unsigned short u_short;
typedef unsigned int u_int;
typedef unsigned long u_long;
typedef __int8_t i8;
typedef __uint8_t u8;

Loading…
Cancel
Save