How to reverse bits...

Peter Klausler pmk at craycos.com
Tue Aug 14 08:24:54 AEST 1990


If the range of your bit-reversal function is limited to chars, use a lookup
table. If your range is bigger, split your data into bytes and then use a
lookup.



More information about the Comp.lang.c mailing list