Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ 3.0r4 - <b>fsetpos</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
fsetpos

Usage

   #include <stdio.h>

   int fsetpos(FILE *fp, fpos_t pos);

Description

   The function fsetpos restores the position of the stream fp as previously
   saved in pos by a call to fgetpos. The format of fpos_t is internal.

Example 

   See fgetpos

Return Value

   0 if successful, otherwise non-zero and errno is set.

See Also

   fgetpos



See Also: fgetpos

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson