Home | History | Annotate | Download | only in intl

Lines Matching defs:PRIuMAX

399 #if !defined PRIuMAX || PRI_MACROS_BROKEN
400 # undef PRIuMAX
401 # define PRIuMAX (sizeof (uintmax_t) == sizeof (long) ? "lu" : "llu")
725 return PRIuMAX;