| Wiki Markup |
|---|
Calling {{fsetpos()}} sets the file position indicator of a file stream. According to C99 \[[ISO/IEC 9899-:1999|AA. C References#ISO/IEC 9899-1999]\], 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|BB. Definitions#undefined behavior] and should be avoided. |
...
| Wiki Markup |
|---|
\[[ISO/IEC 9899-:1999|AA. C References#ISO/IEC 9899-1999]\] Section 7.19.9.3, "The {{fsetpos}} function" |
...