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