# | Line 10 | Line 10 | static char SCCSid[] = "$SunId$ LBL"; | |
---|---|---|
10 | ||
11 | #include <stdio.h> | |
12 | ||
13 | + | #include <math.h> |
14 | + | |
15 | #include "color.h" | |
16 | ||
17 | #define PI 3.14159265358979323846 | |
18 | ||
19 | extern char *gets(), *strcpy(); | |
18 | – | #ifndef atof |
19 | – | extern double atof(); |
20 | – | #endif |
20 | extern float *matchlamp(); | |
21 | ||
22 | /* lamp parameters */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |