From: utzoo!decvax!harpo!seismo!dmy Newsgroups: net.unix-wizards Title: Wanted: String Concatenation Article-I.D.: seismo.201 Posted: Wed Jan 12 15:48:12 1983 Received: Fri Jan 14 21:05:17 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)