# | Line 14 | Line 14 | static char SCCSid[] = "$SunId$ LBL"; | |
---|---|---|
14 | ||
15 | #include "random.h" | |
16 | ||
17 | + | #ifndef atof |
18 | + | extern double atof(); |
19 | + | #endif |
20 | ||
21 | #define PI 3.14159265359 | |
22 | ||
# | Line 26 | Line 29 | main(argc, argv) | |
29 | int argc; | |
30 | char **argv; | |
31 | { | |
29 | – | double atof(); |
32 | char *cmtype, *cname; | |
33 | FVECT cent; | |
34 | double rad; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |