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