explicit integer widths
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user