...
FIO38-C. Do not use a copy of a FILE object for input and output
FIO39-C. Do not read in alternately input and output from a stream directly following output to that streamwithout an intervening flush or positioning call
FIO40-C. Reset strings on fgets() failure
...