programming:c:function rewindWhat links here?

prototype

void rewind(FILE* stream)


description

Repositions the file pointer to the beginning of a stream. Sets the file pointer associated with the stream to the beginning of the file.

A call to rewind is equivalent to:
fseek ( stream , 0L , SEEK_SET );
except that unlike fseek, using rewind the error indicator is cleared.

The next operation with the stream after a call to fseek can be either for input or output.

This function is also useful for clearing the keyboard buffer (normally associated with stdin).

parameters

programming:c:function rewind
health - otoliths
Greek Philosopher Epicurus
X Windows Structures - XEvent
programming - pascal - function - copy
MC6802 - instruction set - Increment Accumulator
programming - algorithms - 3D - Projection
Topical Bible - All that come to me
filename:programming:c:function rewind
filename:programming%3Ac%3Afunction%20rewind
last edit:April 04 2009 20:26:44 (5800 days ago)
ct = 1740080318.000000 = February 20 2025 14:38:38
ft = 1238891204.000000 = April 04 2009 20:26:44
dt = 501189114.000000