summaryrefslogtreecommitdiff
path: root/strappend.h
blob: 585df6806a02a1aaecb329e29c69f538e9d666b8 (plain)
1
2
3
4
5
6
/* $Id: strappend.h,v 1.1 2004-05-03 05:17:48 behdad Exp $
 * concatenate a list of strings, storing them in a malloc'ed region
 */
#include "config.h"

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