shithub: fm

ref: 1db1c40c6023a9ec7f770b790e635350d740dec2
dir: /a.h/

View raw version
typedef struct Match Match;

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

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