MCPcopy 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
996void * /* O - User data */
997cupsArrayUserData(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

mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68