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"
|
#define UInt_FORMAT "%ul"
|
||||||
|
|
||||||
#elif SIZEOF_LONG_INT==4
|
#elif SIZEOF_LONG_INT==4
|
||||||
/* */ typedef long int Int;
|
/* typedef long int Int;*/
|
||||||
/* */ typedef unsigned long int UInt;
|
/* typedef unsigned long int UInt; */
|
||||||
|
|
||||||
#define Int_FORMAT "%ld"
|
#define Int_FORMAT "%ld"
|
||||||
#define UInt_FORMAT "%lu"
|
#define UInt_FORMAT "%lu"
|
||||||
|
Reference in New Issue
Block a user