mu_umaxtostr.h 141 Bytes Raw Blame History Permalink 1 2 3 4 5 #include <inttostr.h> #define UINTMAX_STRSIZE_BOUND INT_BUFSIZE_BOUND (uintmax_t) const char *mu_umaxtostr (unsigned slot, uintmax_t val);