pconcat

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

pconcat, pjoin - concatenate a vector of strings

SYNOPSIS

#include <pstring.h>

char *pconcat (pool, vector);
char *pjoin (pool, vector, const char *sep);

DESCRIPTION

pconcat concatenates a vector of strings to form a string.
pjoin is similar except that sep is inserted between each concatenated string in the output.
pjoin is kind of the opposite of pstrsplit(3).

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

GNU LGPL (see http://www.gnu.org/)

VERSION

c2lib-1.2.13