#ifndef FUZZY_H #define FUZZY_H int fz_sort(Str * restrict out, const Str * restrict src, int n, Str pat, Arena *scratch); #endif