* open up an infile and outfile with fopen()
* set up a loop to read each line using a function like fgets()
* make a decision about that line (keep it or kill it)
* write each 'keep it' line to the output file with fprintf()
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment