From: utzoo!decvax!harpo!seismo!dmy
Newsgroups: net.lang.c
Title: Wanted: String Concatenation
Article-I.D.: seismo.199
Posted: Wed Jan 12 15:47:39 1983
Received: Fri Jan 14 20:51:29 1983


Function Wanted: strcatx()

Does anyone have a C function like strcat which takes an arbitrary number of
arguments?  To be specific:  strcatx(dest,src1,src2,src3,....,srcn,0)
concatenates all the source strings consecutively to the end of dest.  Any of
the srci can point to an empty string; the NULL terminator is of course
different from a non-null pointer to an empty string.

--dmy-- (harpo!seismo!dmy) (Laziness --> Repeat Request)