Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: made minor editorial change

...

The following scenarios can result in undefined behavior. (see See undefined behavior 151.):

  •  Receiving input from a stream directly following an output to that stream without an intervening call to fflush(), fseek(), fsetpos(), or rewind() if the file is not at end-of-file
  •  Outputting to a stream after receiving input from that stream without a call to fseek(), fsetpos(), or rewind() if the file is not at end-of-file

...