--- branches/CPAN/levenstein.c 2000/04/28 15:41:10 11 +++ branches/CPAN/levenstein.c 2000/05/09 11:29:45 19 @@ -23,7 +23,9 @@ #endif #define maxlen 51 +#ifndef strchr char *strchr(); +# endif int formatierung(char ziel[], char wort[], int n, char modus)