]> diplodocus.org Git - nmh/blob - sbr/concat.h
sendsbr.c: Move interface to own file.
[nmh] / sbr / concat.h
1 /* concat.h -- concatenate a variable number (minimum of 1)
2 * of strings in managed memory
3 *
4 * This code is Copyright (c) 2017, by the authors of nmh. See the
5 * COPYRIGHT file in the root directory of the nmh distribution for
6 * complete copyright information. */
7
8 char *concat(const char *, ...) ENDNULL;