summaryrefslogtreecommitdiff
path: root/fzy.h
blob: 67f182b810fb5c2ef2e42d0ae4489dba6ba730a3 (plain)
1
2
3
4
5
6
7
8
#ifndef FZY_H
#define FZY_H FZY_H

int has_match(const char *needle, const char *haystack);
double match_positions(const char *needle, const char *haystack, size_t *positions);
double match(const char *needle, const char *haystack);

#endif