shithub: fm

ref: cc0a7c8fabcfdfbabf270af105e157a0f2cab7b7
dir: /a.h/

View raw version
typedef struct Match Match;

struct Match
{
	char *n;
	int s;
};

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