| # | 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 20 | Line 22 | static char SCCSid[] = "$SunId$ LBL"; | |
| 22 | #endif | |
| 23 | ||
| 24 | extern char *bmalloc(), *savestr(), *fgetword(); | |
| 23 | – | #ifndef atof |
| 24 | – | extern double atof(); |
| 25 | – | #endif |
| 25 | extern int atoi(); | |
| 26 | extern long atol(); | |
| 27 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |