mirror of
https://github.com/PCSX2/xz.git
synced 2026-02-04 03:11:18 +01:00
This replaces bswap.h and integer.h. The tuklib module uses <byteswap.h> on GNU, <sys/endian.h> on *BSDs and <sys/byteorder.h> on Solaris, which may contain optimized code like inline assembly.