Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Calling fsetpos() sets the file position indicator of a file stream. By According to C99 definition, the only values that are correct for the position parameter for fsetpos() are values returned from the fgetpos(). Using any other values will result in undefined behavior and should be avoided.

...

Wiki Markup
\[[ISO/IEC 9899-1999:TC2|AA. C References#ISO/IEC 9899-1999TC21999]\] Section 7.19.9.3, "The {{fsetpos}} function"