sbr/trim.c: New helper function trim(). Strips whitespace from a string.
authormarkus schnalke <meillo@marmaro.de>
Thu, 25 Sep 2014 10:20:11 +0000 (12:20 +0200)
committermarkus schnalke <meillo@marmaro.de>
Thu, 25 Sep 2014 10:20:11 +0000 (12:20 +0200)
There is already trimcpy(), which does a bit more work, but adding trim()
appears to be a useful investment.
The static function trim() in slocal needed to be renamed to not collide.


No differences found