typedef char unsigned           i8u;

typedef char signed             i8;

typedef short unsigned          i16u;

typedef short signed            i16;

typedef int unsigned            i32u;

typedef int signed              i32;

typedef long long unsigned      i64u;

typedef long long signed        i64;

typedef i32u                    iu;

typedef float                   f32;

typedef double                  f64;


그러하다.