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

Function show_settings

cups/testadmin.c:92–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 */
91
92static void
93show_settings(
94 int num_settings, /* I - Number of settings */
95 cups_option_t *settings) /* I - Settings */
96{
97 while (num_settings > 0)
98 {
99 printf(" %s=%s\n", settings->name, settings->value);
100
101 settings ++;
102 num_settings --;
103 }
104}

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected