9 |
|
* 2/26/86 |
10 |
|
*/ |
11 |
|
|
12 |
< |
|
12 |
> |
#include "rtprocess.h" |
13 |
|
#include "meta.h" |
14 |
– |
|
14 |
|
#include "plot.h" |
15 |
|
|
16 |
|
|
39 |
|
|
40 |
|
{ |
41 |
|
FILE *fp; |
43 |
– |
FILE *popen(); |
42 |
|
char *geometry = NULL; |
43 |
|
short condonly, conditioned; |
44 |
|
char comargs[500], command[600]; |
100 |
|
|
101 |
|
|
102 |
|
|
103 |
+ |
void |
104 |
|
plot(infp) /* plot meta-file */ |
105 |
|
|
106 |
|
FILE *infp; |
148 |
|
|
149 |
|
if ((pnew = palloc()) == NULL) |
150 |
|
error(SYSTEM, "out of memory in save"); |
151 |
< |
mcopy(pnew, p, sizeof(PRIMITIVE)); |
151 |
> |
mcopy((char *)pnew, (char *)p, sizeof(PRIMITIVE)); |
152 |
|
add(pnew, &recording); |
153 |
|
} |
154 |
|
|