Miscellany
public text v1 · immutablegcc -O -ansi -g -c -o scramble.o scramble.c
gcc -O -ansi -g -c -o iriver.o iriver.c
gcc -O -ansi -g -c -o mi4.o mi4.c
gcc -O -ansi -g -c -o gigabeat.o gigabeat.c
gcc -g scramble.o iriver.o mi4.o gigabeat.o -o scramble
gcc -O -ansi -g -c -o descramble.o descramble.c
gcc -g descramble.o iriver.o gigabeat.o -o descramble