I am looking for a function that will convert an argument(either 16 bit, 32
bit, ... basically a BIGENDIAN) to a LITTLE ENDIAN. The argument can be a
pointer to some memory address which will hold the arg. value.
This function should be intrinsic and lightweight.
bit, ... basically a BIGENDIAN) to a LITTLE ENDIAN. The argument can be a
pointer to some memory address which will hold the arg. value.
This function should be intrinsic and lightweight.