Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.56 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.56 KB

GitHub release GitHub issues GitHub forks GitHub stars GitHub license

Welcome to PortableEndian project!

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.

Contribute

There are several ways to contribute to PortableEndian project:

Building

  • Download and extract the latest release of the source code.
  • Include the Source directory in your project.

Usage

  • Use this header file to improve your projects.