summaryrefslogtreecommitdiff
path: root/src/headers/uint32-bendian
blob: 27903c740c98fd2126d3dfd1c845bdeab0dbd82a (plain)
1
2
3
#define uint32_little_endian(s, n) uint32_reverse((s), (n))
#define uint32_big_endian(s, n)