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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdint.in.h267 #undef uintmax_t macro
270 # define uintmax_t gl_uintmax_t macro
272 # define uintmax_t uint64_t macro
275 # define uintmax_t gl_uintmax_t macro
278 /* Verify that intmax_t and uintmax_t have the same size. Too much code
281 typedef int _verify_intmax_size[2 * (sizeof (intmax_t) == sizeof (uintmax_t)) - 1];

Completed in 33 milliseconds