/* $Id: strappend.h,v 2.0.1.1 1993/05/31 01:38:48 greyham Exp greyham $
 * concatenate a list of strings, storing them in a malloc'ed region
 */
#include "config.h"

char *strappend _V((char *first, ...));


syntax highlighted by Code2HTML, v. 0.9.1