]> diplodocus.org Git - nmh/blob - sbr/trimcpy.h
sendsbr.c: Move interface to own file.
[nmh] / sbr / trimcpy.h
1 /* trimcpy.h -- strip leading and trailing whitespace,
2 * -- replace internal whitespace with spaces,
3 * -- then return a copy.
4 *
5 * This code is Copyright (c) 2017, by the authors of nmh. See the
6 * COPYRIGHT file in the root directory of the nmh distribution for
7 * complete copyright information. */
8
9 char *trimcpy(char *);
10 char *cpytrim(const char *);
11 char *rtrim(char *);