summaryrefslogtreecommitdiff
path: root/src/headers/bits-lendian
blob: 278af3e2205582fa1f6e01020c3de9d740241c18 (plain)
1
2
3
#define uint@BITS@_little_endian(s, n)
#define uint@BITS@_big_endian(s, n) uint16_reverse((s), (n))