Linux Perf
levenshtein.c File Reference
#include "levenshtein.h"
#include <errno.h>
#include <stdlib.h>
#include <string.h>
Include dependency graph for levenshtein.c:

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

◆ levenshtein()

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

Definition at line 44 of file levenshtein.c.

Here is the call graph for this function: