home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / s / stex2-18.zip / SeeTeX / libtex / seek.h < prev    next >
Text File  |  1990-07-10  |  458b  |  15 lines

  1. /*
  2.  * Copyright (c) 1987, 1989 University of Maryland
  3.  * Department of Computer Science.  All rights reserved.
  4.  * Permission to copy for any purpose is hereby granted
  5.  * so long as this copyright notice remains intact.
  6.  */
  7.  
  8. /*
  9.  * Declarations for seek.c: SeekFile(FILE *fp) returns a
  10.  * version of `fp' on which `fseek' functions properly;
  11.  * CopyFile(FILE *fp) returns a temporary copy of fp.
  12.  */
  13.  
  14. FILE *SeekFile(/* FILE *fp */), *CopyFile(/* FILE *fp */);
  15.