Why? That's pointless code churn and just increases the diff for no reason. I could understand removing the logic in irrTypes and making the types just typedefs for the longer stdint ones.6) remove all s8,u8,s16,u16,s32,u32,s64,u64 and f32 and replace with float and types from stdint.h
Personally, I find u8 a lot more beautiful than uint8_t, and a lot less typing too, but that's just an opinion.