#ifndef UINT16_H #define UINT16_H #include typedef uint16_t uint16; #endif