decompress data from file

I have stored some data in a file.txt which is hello ho3w2 are you.
How can I open this file in c compiler and save the data into a new file (file2.txt) as hello hoooww are you(replace no. with char)?

basically i want to read: ho3w2 are you
and store: hoooww are you

can anyone help with some functions to use or sample code?
I think I already gave you the code for compression? Yes?
You just have to reverse it Dude. Give it a shot then post if
You have any problems.

Topic archived. No new replies allowed.