#include void rewind(FILE *stream) { stream->position = 0; }