| 262 | } |
| 263 | |
| 264 | int PSL_plotbox_ (double *x0, double *y0, double *x1, double *y1) |
| 265 | { |
| 266 | return (PSL_plotbox (PSL_FORTRAN, *x0, *y0, *x1, *y1)); |
| 267 | } |
| 268 | |
| 269 | int PSL_plotpolygon_ (double *x, double *y, int *n) |
| 270 | { |
nothing calls this directly
no test coverage detected