/* * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * * @(#)getpar.h 8.1 (Berkeley) 05/31/93 */ struct cvntab /* used for getcodpar() paramater list */ { char *abrev; char *full; int (*value)(); int value2; }; extern double getfltpar(); extern struct cvntab *getcodpar();