reword_test, a C++ code which calls reword(), which reads a text file and makes a copy in which every line has the same number of "words" - that is, strings separated by blanks.
The information on this web page is distributed under the MIT license.
reword, a C++ code which reads a text file and makes a copy in which every line has the same number of "words" - that is, strings separated by blanks.