logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

compat.h (100B)


  1. #ifndef __bswap_constant_16
  2. #define __bswap_constant_16(x) (((x)<<8&0xff00) | ((x)>>8&0xff))
  3. #endif