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

Function main

cups/testthreads.c:34–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 */
33
34int /* O - Exit status */
35main(int argc, /* I - Number of command-line arguments */
36 char *argv[]) /* I - Command-line arguments */
37{
38 /*
39 * Go through all the available destinations to find the requested one...
40 */
41
42 (void)argc;
43
44 cupsEnumDests(CUPS_DEST_FLAGS_NONE, -1, NULL, 0, 0, enum_dests_cb, argv[1]);
45
46 return (0);
47}
48
49
50/*

Callers

nothing calls this directly

Calls 1

cupsEnumDestsFunction · 0.85

Tested by

no test coverage detected