The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#ifndef EDIT_DISTANCE_CHAR_H
#define EDIT_DISTANCE_CHAR_H

int distance_char (const unsigned char * word1,
                    int len1,
                    text_fuzzy_t * tf)
;

#endif /* EDIT_DISTANCE_CHAR_H */