GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
xt_ff_rewind(3) FreeBSD Library Functions Manual xt_ff_rewind(3)

xt_ff_rewind() - Reposition file descriptor to beginning of file

#include <xtend/fast-file.h>
-lxtend

int     xt_ff_rewind(xt_ff_t *stream)

stream  xt_ff_t pointer referring to the file

xt_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).

0 on success, -1 on failure (errno set)

xt_ff_seeko(3)


Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.