C Programming/stdio.h/fsetpos

From Wikibooks, open books for an open world
Jump to navigation Jump to search

fsetpos positions stream at the position recorded by fgetpos in *ptr.fsetpos returns non-zero on error.It is one of the file positioning function.

Prototype[edit | edit source]

int fsetpos(file *stream, const fpos_t *ptr)

Reference[edit | edit source]

The C programing language(Second edition)