The address of the FILE
object used to control a stream may be significant; a copy of a FILE
object need not serve in place of the original. Do Consequently, do not use a copy of a FILE
object in any input/output operations.
...
The address of the FILE
object used to control a stream may be significant; a copy of a FILE
object need not serve in place of the original. Do Consequently, do not use a copy of a FILE
object in any input/output operations.
...