2 * UCW Library -- Shell-Like Case-Insensitive 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.
11 #include "ucw/chartype.h"
13 #define Convert(x) Cupcase(x)
14 #define MATCH_FUNC_NAME str_match_pattern_nocase
16 #include "ucw/str-match.h"