Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
levenshtein.c File Reference
#include "cache.h"
#include "levenshtein.h"

Go to the source code of this file.

Functions

int levenshtein (const char *string1, const char *string2, int w, int s, int a, int d)
 

Function Documentation

int levenshtein ( const char string1,
const char string2,
int  w,
int  s,
int  a,
int  d 
)

Definition at line 41 of file levenshtein.c.