| 433 | */ |
| 434 | |
| 435 | static void |
| 436 | end_ps(ppd_file_t *ppd) /* I - PPD file */ |
| 437 | { |
| 438 | if (ppd->jcl_end) |
| 439 | fputs(ppd->jcl_end, stdout); |
| 440 | else |
| 441 | putchar(0x04); |
| 442 | |
| 443 | fflush(stdout); |
| 444 | } |
| 445 | |
| 446 | |
| 447 | /* |
no outgoing calls
no test coverage detected