Hi,

I am working on a tokenizer for command line arguments, to eventually work in a mini shell program. I cannot use strtok, I must get the arguments by hand. I have to ignore tokens that are in...