| # | Line 18 | Line 18 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 18 | ||
| 19 | #include "otypes.h" | |
| 20 | ||
| 21 | < | double atof(); |
| 22 | < | double getflt(); |
| 23 | < | long getint(); |
| 24 | < | char *getstr(); |
| 25 | < | OCTREE getfullnode(), gettree(); |
| 21 | > | extern double atof(); |
| 22 | > | static double getflt(); |
| 23 | > | static long getint(); |
| 24 | > | static char *getstr(); |
| 25 | > | static OCTREE getfullnode(), gettree(); |
| 26 | ||
| 27 | static char *infn; /* input file name */ | |
| 28 | static FILE *infp; /* input file stream */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |