| 337 | } |
| 338 | |
| 339 | int PSL_plotparagraph_ (double *x, double *y, double *fontsize, char *paragraph, double *angle, int *par_just, int len) |
| 340 | { |
| 341 | return (PSL_plotparagraph (PSL_FORTRAN, *x, *y, *fontsize, paragraph, *angle, *par_just)); |
| 342 | } |
| 343 | |
| 344 | int PSL_defunits_ (char *param, double *value, int len) { |
| 345 | return (PSL_defunits (PSL_FORTRAN, param, *value)); |
nothing calls this directly
no test coverage detected