| 3655 | } |
| 3656 | |
| 3657 | int PSL_endlayer (struct PSL_CTRL *PSL) { |
| 3658 | /* Issue end group command */ |
| 3659 | PSL_command (PSL, "%%%%EndObject\n"); |
| 3660 | return (PSL_NO_ERROR); |
| 3661 | } |
| 3662 | |
| 3663 | int PSL_copy (struct PSL_CTRL *PSL, const char *txt) { |
| 3664 | /* Just copies the given text as is to the PSL output stream or buffer */ |
no test coverage detected