From: markus schnalke Date: Thu, 25 Sep 2014 10:20:11 +0000 (+0200) Subject: sbr/trim.c: New helper function trim(). Strips whitespace from a string. X-Git-Tag: mmh-0.2-RC1~107 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=d854cd83e7b14f3bc686688ef7099b5d75157647;hp=d854cd83e7b14f3bc686688ef7099b5d75157647 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. ---