MCPcopy Create free account
hub / github.com/OpenPrinting/cups / end_ps

Function end_ps

filter/commandtops.c:435–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433 */
434
435static void
436end_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/*

Callers 3

auto_configureFunction · 0.85
print_self_test_pageFunction · 0.85
report_levelsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected