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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdint.in.h256 #undef intmax_t macro
259 # define intmax_t gl_intmax_t macro
261 # define intmax_t int64_t macro
264 # define intmax_t gl_intmax_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 64 milliseconds