Searched refs:PRIuMAX (Results 1 – 1 of 1) sorted by relevance
387 #if !defined PRIuMAX || PRI_MACROS_BROKEN388 # undef PRIuMAX389 # define PRIuMAX (sizeof (uintmax_t) == sizeof (long) ? "lu" : "llu") macro705 return PRIuMAX; in get_sysdep_segment_value()
Completed in 5 milliseconds