/*
* $Id: seek.h,v 1.4 2007/05/22 03:58:59 rwidmer Exp $
*
* Copyright (c) 1987 University of Maryland Computer Science Department.
* All rights reserved.
* Permission to copy for any purpose is hereby granted so long as this
* copyright notice remains intact.
*/
/*
* Seekable is a predicate which returns true iff a Unix fd is seekable.
*
* MakeSeekable forces an input stdio file to be seekable, by copying to
* a temporary file if necessary.
*/
int Seekable(int fd);
int MakeSeekable(register FILE *f);
int vmin( int x, int y);
syntax highlighted by Code2HTML, v. 0.9.1