char *kstring_seddata(
kstring str,
kvalist)
none
none
new_string = kstring_seddata("Welcome to Khoros",
"Khoros", "the Twilight Zone", FALSE,
NULL);
the result will be:
new_string = "Welcome to the Twilight Zone".
$BOOTSTRAP/objects/library/kutils/src/strings.c