cxxomfort  rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
<cstdint>

Features related to Standard header <cstdint>.

// or as part of:

Interfaces

Features declared here include mostly the special type names for the supported integer ("integral") types that are defined by the compiler:

The following non-backport interfaces are defined:

Notes

For platforms without access to a Standard <stdint.h>, cxxomfort makes this possible by providing a copy of pstdint.h the Portable stdint.

Warning
For the definition of these types, cxxomfort assumes that the native type long long is available, even in C++03 mode. Using a platform without such type is unsupported but can be tried by defining the "Configuration macro" CXXOFLAG_WITHOUT_LONGLONG.

See Also

See also
header/cstdint @ cppreference
types/integer @ cppreference - description of the various integer types