| 237 | } |
| 238 | |
| 239 | int PSL_endplot_ (int *lastpage) |
| 240 | { |
| 241 | return (PSL_endplot (PSL_FORTRAN, *lastpage)); |
| 242 | } |
| 243 | |
| 244 | int PSL_beginplot_ (int *orientation, int *overlay, int *color_mode, char *origin, double offset[], double *page_size, char *title, int font_no[], int len1, int len2) |
| 245 | { |
nothing calls this directly
no test coverage detected