2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
5 Change the position in a stream.
8 /*****************************************************************************
19 Change the current position in a stream to the beginning.
22 stream - Modify this stream
33 fopen(), fwrite(), fseek()
37 ******************************************************************************/
39 fseek (stream
, 0L, SEEK_SET
);