| # | Line 12 | Line 12 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 12 | ||
| 13 | #include <stdio.h> | |
| 14 | ||
| 15 | + | #ifndef atof |
| 16 | + | extern double atof(); |
| 17 | + | #endif |
| 18 | ||
| 19 | char let[]="0123456789._ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; | |
| 20 | ||
| # | Line 32 | Line 35 | main(argc, argv) | |
| 35 | int argc; | |
| 36 | char **argv; | |
| 37 | { | |
| 35 | – | double atof(); |
| 38 | int i; | |
| 39 | ||
| 40 | if (argc < 6) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |