hi everyone,

i wrote this little piece of code, because mostly i got sick of my TA not being able to read my code.

i code using VI w/ a tabspace of 4, he opens it and the editor defaults to 8, w/h makes my code look like something out of the obfuscation contest.

anyhow...simple piece of code....takes 3 cmd line args. input file, output file and size to tab.

it replaces each '\t' character w/ a number of spaces.

any idea on improventes or comments are welcome.