explicit integer widths

This commit is contained in:
2025-08-28 23:26:04 -06:00
parent 5d8d652c9a
commit 8ec06e6ed8

View File

@@ -1,6 +1,6 @@
// #include <stdint.h> #include <stdint.h>
unsigned int addathing(unsigned int a) uint32_t addathing(uint32_t a)
{ {
return a + 0x29; return a + 0x29;
} }