2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
8 /*****************************************************************************
19 Change the current position in a stream to the beginning.
20 It also clears the error indication of the stream.
23 stream - Modify this stream
34 fopen(), fwrite(), fseek()
38 ******************************************************************************/
40 fseek (stream
, 0L, SEEK_SET
);