| 150 | } |
| 151 | |
| 152 | int PSL_plotcolorimage_ (double *x, double *y, double *xsize, double *ysize, int *justify, unsigned char *buffer, int *nx, int *ny, int *nbits, int len) |
| 153 | { |
| 154 | return (PSL_plotcolorimage (PSL_FORTRAN, *x, *y, *xsize, *ysize, *justify, buffer, *nx, *ny, *nbits)); |
| 155 | } |
| 156 | |
| 157 | int PSL_command_nonmacro (struct PSL_CTRL *PSL, char *text) |
| 158 | { |
nothing calls this directly
no test coverage detected