summaryrefslogtreecommitdiff
path: root/fuzzy.h
blob: a8dd39bebc96bc355f24e7c638793e608c01c2e3 (plain)
1
2
3
4
5
6
#ifndef FUZZY_H
#define FUZZY_H

int fz_sort(Str * restrict out, const Str * restrict src, int n, Str pat, Arena *scratch);

#endif