index
:
mirror/skarnet.org/skalibs
this commit
2.11.0.0
main
master
mirror of git://git.skarnet.org/skalibs
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
headers
/
uint16-bswap
blob: 2bf5c8ec8f1c98654a1f0f2c0c9008126ae707fd (
plain
) (
blame
)
1
2
#define UINT16_BSWAP(a) (((a) & 0x00ffu) << 8 | ((a) & 0xff00u) >> 8)