These types correspond to the native C integer types according to the ABI of the system the Lisp implementation is compiled against.
Foreign integer types of specific sizes, corresponding to the C types defined in
stdint.h
.
Foreign integer types corresponding to the standard C types (without the
_t
suffix).
Implementor's note: I'm sure there are more of these that could be useful, let's add any types that can't be defined portably to this list as necessary.