| 15 |
|
|
| 16 |
|
#include "rtprocess.h" |
| 17 |
|
#include "rterror.h" |
| 18 |
+ |
#include "meta.h" |
| 19 |
+ |
#include "mgraph.h" |
| 20 |
|
#include "mgvars.h" |
| 21 |
|
|
| 22 |
|
typedef struct { |
| 98 |
|
mainmenu(); |
| 99 |
|
|
| 100 |
|
quit(0); |
| 101 |
+ |
return 0; /* pro forma return */ |
| 102 |
|
} |
| 103 |
|
|
| 104 |
|
extern void |
| 176 |
|
else |
| 177 |
|
break; |
| 178 |
|
if (sbuf[0] < MAXCUR) |
| 179 |
< |
setvars(NCVARS, cparam[sbuf[0]]); |
| 179 |
> |
setvars(NCVARS, cparam[(int)sbuf[0]]); |
| 180 |
|
break; |
| 181 |
|
case 7: /* output plot */ |
| 182 |
|
plotout(); |
| 239 |
|
{ |
| 240 |
|
extern FILE *pout; |
| 241 |
|
char sbuf[128]; |
| 242 |
< |
char *command; |
| 242 |
> |
char *command = NULL; |
| 243 |
|
int i; |
| 244 |
|
|
| 245 |
|
printf("\nOUTPUT PLOT\n"); |