kstring *
kcms_query_toolboxes(
size_t *count)
The use of this function is illustrated by the following code:
toolbox_names = kcms_query_toolboxes(&toolbox_count);
for (i = 0; i < toolbox_count; i++)
kprintf("Toolbox %d is %s\n", i, toolbox_names[i]);
kstring *toolbox_names;
int toolbox_count;
int i;
none
none
$BOOTSTRAP/objects/library/kcms/src/environment.c