Home | History | Annotate | Download | only in intl

Lines Matching defs:PRIiMAX

391 #if !defined PRIiMAX || PRI_MACROS_BROKEN
392 # undef PRIiMAX
393 # define PRIiMAX (sizeof (uintmax_t) == sizeof (long) ? "li" : "lli")
721 return PRIiMAX;