40. inttypes.h (C99)
- Macros:
-
PRI{f}{N},
PRI{f}LEAST{N},
PRI{f}FAST{N},
PRI{f}MAX,
PRI{f}PTR
SCN{f}{N}, SCN{f}LEAST{N}, SCN{f}FAST{N}, SCN{f}MAX, SCN{f}PTR
where {f} is d, i, o, u, or x (or X for the PRI macros)
and {N} is 8, 16, 32, or 64. See stdint.h
Example:
-
PRId32,
PRIdLEAST32,
PRIdFAST32,
PRIdMAX,
PRIdPTR
SCNd32, SCNdLEAST32, SCNdFAST32, SCNdMAX, SCNdPTR
-
PRId32,
PRIdLEAST32,
PRIdFAST32,
PRIdMAX,
PRIdPTR
- Type:
- imaxdiv_t
- Functions:
- imaxabs, imaxdiv, strtoimax, strtoumax, wcstoimax, wcstoumax