2 * UCW Library -- Shell-Like Pattern Matching (currently only '?' and '*')
4 * (c) 1997 Martin Mares <mj@ucw.cz>
6 * This software may be freely distributed and used according to the terms
7 * of the GNU Lesser General Public License.
12 #define Convert(x) (x)
13 #define MATCH_FUNC_NAME match_pattern
15 #include "lib/patmatch.h"