shithub: fm

ref: 607f14e3f16eec13872118803992115de7b32f68
dir: /a.h/

View raw version
typedef struct Match Match;

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

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