summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/byteorder.c
AgeCommit message (Collapse)Author
2001-10-31Add standalone 64-bit to/from {big,little}-endian routines.thorpej
2001-10-30Add standalone byte-swapping routines that don't require testingthorpej
the system's byte-order: - host to {big,little}-endian {16,32} - {big,little}-endian {16,32} to host These are not intended to be used in libsa directly, but are rather intended to be used by host tools which may use libsa routines (such as loadfile()) which need to use explicit byte-ordering.