shithub: fm

ref: 64dcd4845ecaacc6a35f3e56034523e4c79cab2d
dir: /a.h/

View raw version
typedef struct Match Match;

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

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