Home | History | Annotate | Download | only in intl

Lines Matching refs:PRIoMAX

395 #if !defined PRIoMAX || PRI_MACROS_BROKEN
396 # undef PRIoMAX
397 # define PRIoMAX (sizeof (uintmax_t) == sizeof (long) ? "lo" : "llo")
723 return PRIoMAX;