They'll be passed as args to program and I'd like to be able to interpret them as such. I think that gcc source files may have this code, but I don't know where exactly, therefore I'd appreciate a link. E. g.: program \t I'd like to convert "\t" to 0x09. And to do the same for all c escape sequences.