shithub: fm

ref: 84f3b7fe1ef54fe53d4a43036f29f2f42f52a7f7
dir: /a.h/

View raw version
typedef struct Match Match;

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

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