/*
   More eunuchsoid stuff
*/

#include "io-defs.h"
#include <file.h>

int rewind(f)
struct file * f;
{
  return(fseek(f, 0, L_SET));
}

