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