| # | Line 13 | Line 13 | static const char RCSid[] = "$Id"; | |
|---|---|---|
| 13 | #include <stdio.h> | |
| 14 | ||
| 15 | #include "platform.h" | |
| 16 | + | #include "rtprocess.h" |
| 17 | #include "fvect.h" | |
| 18 | ||
| 19 | #ifdef M_PI | |
| # | Line 147 | 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) |