The page at http://en.cppreference.com/w/cpp/types/integer mentions various fixed-width integer types, and also int_max_t and int_ptr_t. However the spec linked above uses intmax_t and intptr_t (without the middle underscore) which I am used to and which already exists in, for ...