| 136 | } |
| 137 | |
| 138 | int PSL_plotbitimage_ (double *x, double *y, double *xsize, double *ysize, int *justify, unsigned char *buffer, int *nx, int *ny, double *f_rgb, double *b_rgb) |
| 139 | { |
| 140 | return (PSL_plotbitimage (PSL_FORTRAN, *x, *y, *xsize, *ysize, *justify, buffer, *nx, *ny, f_rgb, b_rgb)); |
| 141 | } |
| 142 | |
| 143 | int PSL_endclipping_ (int *mode) { |
| 144 | return (PSL_endclipping (PSL_FORTRAN, *mode)); |
nothing calls this directly
no test coverage detected