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 $
7
/* OPENBSD ORIGINAL: lib/libc/gen/charclass.h */
10
* POSIX character class support for fnmatch() and glob().
12
static struct cclass {
27
{ "xdigit", isxdigit },
31
#define NCCLASSES (sizeof(cclasses) / sizeof(cclasses[0]) - 1)