/* * Copyright (c) 1987, 1989 University of Maryland * Department of Computer Science. All rights reserved. * Permission to copy for any purpose is hereby granted * so long as this copyright notice remains intact. */ #ifndef seek_h #define seek_h /* * Declarations for seek.c: SeekFile(FILE *fp) returns a * version of `fp' on which `fseek' functions properly; * CopyFile(FILE *fp) returns a temporary copy of fp. */ #endif