]> mj.ucw.cz Git - libucw.git/blob - lib/patmatch.c
Forgot to commit this one during the "search by age" changes.
[libucw.git] / lib / patmatch.c
1 /*
2  *      Sherlock Library -- Shell-Like Pattern Matching (currently only '?' and '*')
3  *
4  *      (c) 1997 Martin Mares <mj@ucw.cz>
5  */
6
7 #include "lib/lib.h"
8
9 #define Convert(x) (x)
10 #define MATCH_FUNC_NAME match_pattern
11
12 #include "lib/patmatch.h"