summaryrefslogtreecommitdiff
path: root/src/headers/uint16-lendian
blob: a9f9945e13f7fcd2b1ce192f27c378a8fc7ca7be (plain)
1
2
3
#define uint16_little_endian(s, n)
#define uint16_big_endian(s, n) uint16_reverse((s), (n))