shithub: fm

ref: 1582b3f523dd18147b2c32003584b990b6e58bfe
dir: /a.h/

View raw version
typedef struct Match Match;

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

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