shithub: fm

ref: fa802d92078fa974f5ac10e756e9cd3cbb55b5dc
dir: /a.h/

View raw version
typedef struct Match Match;

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

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