checkpoint of hacking for mail.cs.berkeley.edu
[unix-history] / usr / src / games / trek / getpar.h
/*
* Copyright (c) 1980 Regents of the University of California.
* All rights reserved.
*
* %sccs.include.redist.c%
*
* @(#)getpar.h 5.4 (Berkeley) %G%
*/
struct cvntab /* used for getcodpar() paramater list */
{
char *abrev;
char *full;
int (*value)();
int value2;
};
extern double getfltpar();
extern struct cvntab *getcodpar();