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

Function cupsRasterErrorString

cups/raster-stubs.c:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 */
55
56const char * /* O - Last error or `NULL` */
57cupsRasterErrorString(void)
58{
59 return (_cupsRasterErrorString());
60}
61
62
63/*

Callers 4

test_rasterFunction · 0.85
make_raster_fileFunction · 0.85
do_ppd_testsFunction · 0.85
do_ps_testsFunction · 0.85

Calls 1

_cupsRasterErrorStringFunction · 0.85

Tested by 4

test_rasterFunction · 0.68
make_raster_fileFunction · 0.68
do_ppd_testsFunction · 0.68
do_ps_testsFunction · 0.68