Currently At: Programming Reference > C Reference > Stndard C I/O > fsetpos()

fsetpos()


Syntax:
#include <stdio.h>
int fsetpos( FILE *stream, const fpos_t *position );


Description:
The fsetpos() function moves the file position indicator for the given stream to a location specified by the position object. fpos_t is defined in stdio.h. The return value for fsetpos() is zero upon success, non-zero on failure.

Related Topics:
fgetpos(), fseek(), ftell()


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions