void rewind( FILE *fp )


	- prototype in stdio.h

	- equivalent to fseek(fp,0L,SEEK_SET), except EOF and
	  error indicators are cleared
	- returns 0 if pointer moved OK, else nonzero