Synopsis
unsigned __swap_bytes(unsigned x);
Description

__swap_bytes swaps the order of high and low bytes of x and returns that as its result.

__swap_bytes is an intrinsic function and produces inline code.