C Programming/stdio.h/fsetpos
Appearance
< C Programming | stdio.h
(Redirected from C Programming/C Reference/stdio.h/fsetpos)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)