|
|
$Id: fdl.ll,v 1.16 2004/12/18 01:06:31 schaum Exp $ | $Id: fdl.ll,v 1.16 2004/12/18 01:06:31 schaum Exp $ |
-------------------------------------------------------------- */ | -------------------------------------------------------------- */ |
| |
|
%option noyywrap |
%option c++ | %option c++ |
%option debug | %option debug |
| |
|
|
| |
}; | }; |
| |
|
gval * make_gval(unsigned _wordlength, unsigned _sign); |
|
gval * make_gval(char *); |
|
gval * make_gval(unsigned _wordlength, unsigned _sign, char *valuestr); |
|
|
istream & operator >> (istream &is, gval &v); | istream & operator >> (istream &is, gval &v); |
ostream & operator << (ostream &os, gval &v); | ostream & operator << (ostream &os, gval &v); |
void gval_showstats (ostream &os); | void gval_showstats (ostream &os); |