| 126 | } |
| 127 | |
| 128 | int PSL_plotarc_ (double *x, double *y, double *radius, double *az1, double *az2, int *type) |
| 129 | { |
| 130 | return (PSL_plotarc (PSL_FORTRAN, *x, *y, *radius, *az1, *az2, *type)); |
| 131 | } |
| 132 | |
| 133 | int PSL_plotaxis_ (double *annotation_int, char *label, double *annotfontsize, int *side, int len) |
| 134 | { |
nothing calls this directly
no test coverage detected