![]() |
![]()
| ![]() |
![]()
NAMExt_ff_rewind() - Reposition file descriptor to beginning of file LIBRARY#include <xtend/fast-file.h> -lxtend SYNOPSISint xt_ff_rewind(xt_ff_t *stream) ARGUMENTSstream xt_ff_t pointer referring to the file DESCRIPTIONxt_ff_rewind(stream) repositions the underlying file descriptor to the beginning of the file. It is equivalent to xt_ff_seeko(stream, 0, SEEK_SET). RETURN VALUES0 on success, -1 on failure (errno set) SEE ALSOxt_ff_seeko(3)
|