home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ENTERPRS / CPM / UTILS / S / SMC21LIB.LZH / REWIND.C < prev    next >
Text File  |  2000-06-30  |  128b  |  10 lines

  1.  
  2. #define NOCCARGC
  3. /*
  4. ** Rewind file to beginning.
  5. */
  6. rewind(fd) int fd; {
  7.   return(cseek(fd, 0, 0));
  8.   }
  9.  
  10. rlen(s) -1;