shithub: fm

ref: 0d3ec6c7f3344091acd91516a097d01c29840966
dir: /a.h/

View raw version
typedef struct Match Match;

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

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