| # | Line 7 | Line 7 | static const char RCSid[] = "$Id"; | |
|---|---|---|
| 7 | * Created: 17 Feb 1991 Greg Ward | |
| 8 | */ | |
| 9 | ||
| 10 | – | #include <stdio.h> |
| 10 | #include <stdlib.h> | |
| 11 | #include <ctype.h> | |
| 12 | #include <math.h> | |
| 13 | + | #include <stdio.h> |
| 14 | ||
| 15 | + | #include "platform.h" |
| 16 | + | #include "rtprocess.h" |
| 17 | #include "fvect.h" | |
| 18 | ||
| 19 | #ifdef M_PI | |
| # | Line 146 | Line 148 | cvcomm(fname, fin) /* convert a command */ | |
| 148 | char *fname; | |
| 149 | FILE *fin; | |
| 150 | { | |
| 151 | < | FILE *pin, *popen(); |
| 151 | > | FILE *pin; |
| 152 | char buf[512], *fgetline(); | |
| 153 | ||
| 154 | fgetline(buf, sizeof(buf), fin); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |