2 * Public domain, 2008, Todd C. Miller <Todd.Miller@courtesan.com>
4 * $OpenBSD: charclass.h,v 1.1 2008/10/01 23:04:13 millert Exp $
8 * POSIX character class support for fnmatch() and glob().
10 static struct cclass
{
27 { "xdigit", isxdigit
},
31 #define NCCLASSES (sizeof(cclasses) / sizeof(cclasses[0]) - 1)