shithub: fm

ref: 71267ec566774d632b376a3fb60a27d4e6faf46c
dir: /a.h/

View raw version
typedef struct Match Match;

struct Match
{
	char *name;
	int score;
};

int fuzzymatch(char *pat, char *s);