That would be the following macros from inttypes.h
:
For printf: PRIdPTR PRIiPTR PRIoPTR PRIuPTR PRIxPTR PRIXPTR
For scanf: SCNdPTR SCNiPTR SCNoPTR SCNuPTR SCNxPTR
That would be the following macros from inttypes.h
:
For printf: PRIdPTR PRIiPTR PRIoPTR PRIuPTR PRIxPTR PRIXPTR
For scanf: SCNdPTR SCNiPTR SCNoPTR SCNuPTR SCNxPTR