u_int8_t
typedef __uint8_t u_int8_t; /* unsigned integrals (deprecated) */
typedef unsigned char u_int8_t;
typedef __uint8_t u_int8_t; /* unsigned integrals (deprecated) */
typedef unsigned int u_int8_t __attribute__((mode(QI)));
typedef unsigned char u_int8_t;
#define u_int8_t unsigned char
#define u_int8_t unsigned char
typedef unsigned char u_int8_t;
typedef uint8_t u_int8_t;
typedef uint8_t u_int8_t;
#define u_int8_t uint8_t