| # | Line 30 | Line 30 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 30 | #include <stdio.h> | |
| 31 | #include <math.h> | |
| 32 | ||
| 33 | + | #ifdef DCL_ATOF |
| 34 | + | extern double atof(); |
| 35 | + | #endif |
| 36 | + | |
| 37 | char *cmtype, *cname; | |
| 38 | double z0, z1; | |
| 39 | double k, D; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |