| # | Line 10 | Line 10 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 10 | ||
| 11 | #include <stdio.h> | |
| 12 | ||
| 13 | + | #include <math.h> |
| 14 | + | |
| 15 | #include "fvect.h" | |
| 16 | ||
| 17 | #include "object.h" | |
| # | Line 19 | Line 21 | static char SCCSid[] = "$SunId$ LBL"; | |
| 21 | #define bmalloc malloc | |
| 22 | #endif | |
| 23 | ||
| 24 | < | extern char *bmalloc(), *savestr(), *fgetword(); |
| 23 | < | #ifndef atof |
| 24 | > | #ifdef DCL_ATOF |
| 25 | extern double atof(); | |
| 26 | #endif | |
| 27 | + | |
| 28 | + | extern char *bmalloc(), *savestr(), *fgetword(); |
| 29 | extern int atoi(); | |
| 30 | extern long atol(); | |
| 31 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |