You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

(Do not read in from a stream directly following output to that stream)

Receiving input from a stream directly following an output to that stream without an intervening call to fflush(), fseek(), fsetpos(), or rewind() results in undefined behavior. Therefore, a call to one of these functions is necessary in between input and output to the same update stream.


  • No labels