(C) 1998 AROS - The Amiga Research OS


NAME
#include <stdio.h>

void rewind ()

SYNOPSIS
FILE * stream

FUNCTION
Change the current position in a stream to the beginning.

INPUTS
stream
Modify this stream

RESULT

EXAMPLE

SEE ALSO
fopen(), fwrite(), fseek()

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
24.06.1998 hkiel
Added new function