Searched defs:PRIuMAX (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/intl/
H A Dloadmsgcat.c399 #if !defined PRIuMAX || PRI_MACROS_BROKEN
400 # undef PRIuMAX macro
401 # define PRIuMAX (sizeof (uintmax_t) == sizeof (long) ? "lu" : "llu") macro
725 return PRIuMAX;

Completed in 14 milliseconds