blob: fb7cd5ac48346dd62b7adb6d660a60a13ec88a45 [file] [log] [blame]
#include <stdio.h>
#include <stdbool.h>
void rewind(FILE *f)
{
if (!fseek(f, 0, SEEK_SET))
f->_IO_error = false;
}