# | Line 17 | Line 17 | static char SCCSid[] = "$SunId$ LBL"; | |
---|---|---|
17 | #define MAXSTR 128 /* maximum string or id length */ | |
18 | #define MAXPTS 2048 /* maximum points per object */ | |
19 | ||
20 | + | #ifndef atof |
21 | + | extern double atof(); |
22 | + | #endif |
23 | + | |
24 | typedef struct { | |
25 | double x, y, z; | |
26 | } POINT; | |
# | Line 28 | Line 32 | main(argc, argv) | |
32 | int argc; | |
33 | char *argv[]; | |
34 | { | |
31 | – | extern double atof(); |
35 | char *name = NULL; | |
36 | int an; | |
37 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |