1 2 3 4 5 6 7 8 9
/* ISC license. */ #ifndef UINT32_H #define UINT32_H #include <stdint.h> #include <skalibs/uint64.h> typedef uint32_t uint32 ;