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
programming:c:function iscntrl
programming:windows:SetWindowText
MC6802 - instruction set - Store stack pointer
programming:c:functions:_splitpath
programming:c:function strpbrk
linux - shell
programming - c - structs - _finddata_t
filename:programming:c:function rewind
filename:programming%3Ac%3Afunction%20rewind
last edit:April 04 2009 20:26:44 (6250 days ago)
ct = 1778964189.000000 = May 16 2026 16:43:09
ft = 1238891204.000000 = April 04 2009 20:26:44
dt = 540072985.000000