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)
commitd854cd83e7b14f3bc686688ef7099b5d75157647
treeafaa34fa34cf8a61b8594299a6a4e5b7651e5a99
parentffabbf91237cb3b11f0dcb03334fe8f1e688d3e3
sbr/trim.c: New helper function trim(). Strips whitespace from a string.
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.
h/prototypes.h
sbr/Makefile.in
sbr/trim.c [new file with mode: 0644]
uip/slocal.c