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