C Programming/C Reference/stdio.h/fsetpos

< C Programming < C Reference < stdio.h

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

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

Reference

The C programing language(Second edition)

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.