shithub: fm

ref: e70384ae3f39d03a0ef488083f7b4851e5933d3d
dir: /a.h/

View raw version
typedef struct Match Match;

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

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