Sign in
coral
/
linux-imx
/
72c6f89cb0e8df491c2708d4b71e73fe8539da39
/
.
/
tools
/
perf
/
util
/
levenshtein.h
blob: b0fcb6d8a881d88b021cfcd7e1a08805b006ed3d [
file
] [
log
] [
blame
]
#ifndef
__PERF_LEVENSHTEIN_H
#define
__PERF_LEVENSHTEIN_H
int
levenshtein
(
const
char
*
string1
,
const
char
*
string2
,
int
swap_penalty
,
int
substition_penalty
,
int
insertion_penalty
,
int
deletion_penalty
);
#endif
/* __PERF_LEVENSHTEIN_H */