| # | Line 16 | Line 16 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 16 | ||
| 17 | #include <stdio.h> | |
| 18 | ||
| 19 | + | #include <math.h> |
| 20 | + | |
| 21 | #include <ctype.h> | |
| 22 | ||
| 23 | #define MAXVERT 1024 /* maximum # vertices */ | |
| 24 | ||
| 25 | + | #ifdef DCL_ATOF |
| 26 | + | extern double atof(); |
| 27 | + | #endif |
| 28 | + | |
| 29 | char *pmtype; /* material type */ | |
| 30 | char *pname; /* name */ | |
| 31 | ||
| # | Line 36 | Line 42 | main(argc, argv) | |
| 42 | int argc; | |
| 43 | char **argv; | |
| 44 | { | |
| 39 | – | double atof(); |
| 45 | int an; | |
| 46 | ||
| 47 | if (argc < 4) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |