1 #ifndef ULINUX_TYPES_POSIX_H
2 #define ULINUX_TYPES_POSIX_H
3 /*******************************************************************************
4 this code is protected by the GNU affero GPLv3
5 author:Sylvain BERTRAND <sylvain.bertrand AT gmail dot com>
6 *******************************************************************************/
8 use this header if you don't have those types defined via the C runtime
9 typedef ulinux_u8 uint8_t;
10 typedef ulinux_u16 uint16_t;
11 typedef ulinux_u32 uint32_t;
12 typedef ulinux_u64 uint64_t;
15 #define uint8_t ulinux_u8
16 #define uint16_t ulinux_u16
17 #define uint32_t ulinux_u32
18 #define uint64_t ulinux_u64