mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-08-08 08:25:11 +00:00
Use U instead of UL. U will use the smallest size that can fit all the unsigned bytes. Since 0xFFFFFFFF fits in 32 bits, the 0xFFFFFFFFU is a uint32_t.