explicit integer widths
This commit is contained in:
parent
5d8d652c9a
commit
8ec06e6ed8
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Reference in a new issue