Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ cupsArrayUserData
Function
cupsArrayUserData
cups/array.c:996–1003 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
994
*/
995
996
void * /* O - User data */
997
cupsArrayUserData(cups_array_t *a) /* I - Array */
998
{
999
if (a)
1000
return (a->data);
1001
else
1002
return (NULL);
1003
}
1004
1005
1006
/*
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68