| 356 | } |
| 357 | |
| 358 | int PSL_defpen_ (char *param, double *linewidth, char *style, double *offset, double rgb[], int len1, int len2) |
| 359 | { |
| 360 | return (PSL_defpen (PSL_FORTRAN, param, *linewidth, style, *offset, rgb)); |
| 361 | } |
| 362 | |
| 363 | int PSL_defcolor_ (char *param, double rgb[], int len) |
| 364 | { |
nothing calls this directly
no test coverage detected