]> diplodocus.org Git - nmh/blob - sbr/brkstring.h
sendsbr.c: Move interface to own file.
[nmh] / sbr / brkstring.h
1 /* brkstring.h -- (destructively) split a string into
2 * -- an array of substrings
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 **brkstring(char *, char *, char *) NONNULL(1);