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 isalpha
programming - cgi - environment variables
programming:c:function feof
programming:windows:windows message decoding
AutoCAD - Dialog Control Language (DCL) - button
programming:c:function strncpy
filename:programming:c:function rewind
filename:programming%3Ac%3Afunction%20rewind
last edit:April 05 2009 00:26:44 (6369 days ago)
ct = 1789230570.000000 = September 12 2026 16:29:30
ft = 1238891204.000000 = April 05 2009 00:26:44
dt = 550339366.000000