| 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 | { |
| 246 | return (PSL_beginplot (PSL_FORTRAN, NULL, *orientation, *overlay, *color_mode, origin, offset, page_size, title, font_no)); |
| 247 | } |
| 248 | |
| 249 | int PSL_setlinecap_ (int *cap) |
| 250 | { |
nothing calls this directly
no test coverage detected