PortableEndian is a set of macros to convert the byte encoding of integer values. This file include macros to help write portable code to convert data between big-endian and little-endian platforms. The file can be used with the most C/C++ compilers in most operating systems.
There are several ways to contribute to PortableEndian project:
- Submit bugs and help me verify fixes.
- Review the source code changes.
- Download and extract the latest release of the source code.
- Include the
Source
directory in your project.
- Use this header file to improve your projects.