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