]>
diplodocus.org Git - nmh/blob - sbr/trimcpy.h
1 /* trimcpy.h -- strip leading and trailing whitespace,
2 * -- replace internal whitespace with spaces,
3 * -- then return a copy.
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. */
10 char *cpytrim(const char *);