Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
const char * /* O - Last error or `NULL` */
57
cupsRasterErrorString(void)
58
{
59
return (_cupsRasterErrorString());
60
}
61
62
63
/*
Callers
4
test_raster
Function · 0.85
make_raster_file
Function · 0.85
do_ppd_tests
Function · 0.85
do_ps_tests
Function · 0.85
Calls
1
_cupsRasterErrorString
Function · 0.85
Tested by
4
test_raster
Function · 0.68
make_raster_file
Function · 0.68
do_ppd_tests
Function · 0.68
do_ps_tests
Function · 0.68