1 /* $Id: strappend.h,v 2.0.1.1 1993/05/31 01:38:48 greyham Exp greyham $
2  * concatenate a list of strings, storing them in a malloc'ed region
3  */
4 #include "config.h"
5 
6 char *strappend _V((char *first, ...));
7