compat.h (100B)
- #ifndef __bswap_constant_16
- #define __bswap_constant_16(x) (((x)<<8&0xff00) | ((x)>>8&0xff))
- #endif
git clone https://anongit.hacktivis.me/git/oasis.git
compat.h (100B)
- #ifndef __bswap_constant_16
- #define __bswap_constant_16(x) (((x)<<8&0xff00) | ((x)>>8&0xff))
- #endif