Linux version of _swab function

Is there any analogue of _ swab C function in Linux?

+3
source share
1 answer

Refer to the swab function in linux at http://man7.org/linux/man-pages/man3/swab.3.html

+3
source

All Articles