Linux Perf
|
Go to the source code of this file.
Functions | |
int | levenshtein (const char *string1, const char *string2, int swap_penalty, int substition_penalty, int insertion_penalty, int deletion_penalty) |
int levenshtein | ( | const char * | string1, |
const char * | string2, | ||
int | swap_penalty, | ||
int | substition_penalty, | ||
int | insertion_penalty, | ||
int | deletion_penalty | ||
) |