Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values
[oweals/busybox.git] / testsuite / gunzip / gunzip-reads-from-standard-input
1 echo foo | gzip | busybox gunzip > output
2 echo foo | cmp - output