Entry tags:
fake integer types
In my last post I mentioned:
( ... so here's that post. )
a lot of this was pre-<stdint.h>
so the integer typedefs wereu8
/u16
/u32
andi8
/i16
/i32
.u64
andi64
were classes in some cases, which is probably a cursed-c++ post all of its own
( ... so here's that post. )