// See page 397-398 and programming exercise 2 on page 398 //SKIP NEW_LINE void skip_newline (ifstream & ifs)//IN: Stream opened to input file { cerr<<"\nSTUB skip_newline\n"; return; }