one Int to rule them all
This commit is contained in:
parent
65bcdc541c
commit
bf215e68a2
@ -51,8 +51,8 @@ typedef uintptr_t UInt;
|
||||
#define UInt_FORMAT "%ul"
|
||||
|
||||
#elif SIZEOF_LONG_INT==4
|
||||
/* */ typedef long int Int;
|
||||
/* */ typedef unsigned long int UInt;
|
||||
/* typedef long int Int;*/
|
||||
/* typedef unsigned long int UInt; */
|
||||
|
||||
#define Int_FORMAT "%ld"
|
||||
#define UInt_FORMAT "%lu"
|
||||
|
Reference in New Issue
Block a user