diff options
Diffstat (limited to 'fuzzy.h')
| -rw-r--r-- | fuzzy.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#ifndef FUZZY_H +#define FUZZY_H + +int fz_sort(Str * restrict out, const Str * restrict src, int n, Str pat, Arena *scratch); + +#endif |
