Sign in
ara-mdk
/
platform
/
external
/
linux-tools-perf
/
5d860d278d98f3eb95814b886b146a3a878f7d62
/
.
/
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 */