summaryrefslogtreecommitdiff
path: root/strconcat.h
blob: 021d45187a81b9e8a0536635478d8d0becdfd193 (plain)
1
2
3
4
5
6
/* $Id: strconcat.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 *strconcat _V((const char *first, ...));