X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fwordsplit.c;h=6e2e792edd71b9ed62989c6cb7c7aefe4613f661;hb=a0de81cbe1f6282fdc13f6e61d07ebf0ae1c0f4c;hp=fe657fc729387b0ce623b395f18e86f235caf442;hpb=ac9212c1d03bd23f6322bef39a4a0384b5afcc5d;p=libucw.git diff --git a/lib/wordsplit.c b/lib/wordsplit.c index fe657fc7..6e2e792e 100644 --- a/lib/wordsplit.c +++ b/lib/wordsplit.c @@ -1,13 +1,14 @@ /* * Sherlock Library -- Word Splitting * - * (c) 1997 Martin Mares, + * (c) 1997 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ -#include - -#include "lib.h" -#include "string.h" +#include "lib/lib.h" +#include "lib/chartype.h" int wordsplit(byte *src, byte **dst, uns max)