Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
introduce helper macros for automatic offset increment after dtoh
The idea is to remove 'manual' offset adjustments: ``` unsigned offset = 0; unsigned val = dtoh32o(data, offset); // offset is now 4 ``` Also contains some code beautification near the use of dtoh style macros.
- Loading branch information