ref: 607f14e3f16eec13872118803992115de7b32f68 dir: /a.h/
typedef struct Match Match; struct Match { char *name; int score; }; int fuzzymatch(char *pat, char *s);