2024-09-10

slab: (Default)
2024-09-10 04:23 pm

fake integer types

In my last post I mentioned:
a lot of this was pre-<stdint.h> so the integer typedefs were u8/u16/u32 and i8/i16/i32. u64 and i64 were classes in some cases, which is probably a cursed-c++ post all of its own

... so here's that post. )