Linux Perf
levenshtein.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ levenshtein()

int levenshtein ( const char *  string1,
const char *  string2,
int  swap_penalty,
int  substition_penalty,
int  insertion_penalty,
int  deletion_penalty 
)

Definition at line 44 of file levenshtein.c.

Here is the call graph for this function: