K 10 svn:author V 2 ed K 8 svn:date V 27 2012-01-03T11:13:07.712448Z K 7 svn:log V 178 Remove hand-written version of strcspn(). The code searches for the first occurence of @, : or !. Upon failure, it returns the index of \0. This is exactly what strcspn() does. END