]> mj.ucw.cz Git - libucw.git/blob - lib/str_ctype.c
Split page key to pos and fd. Wastes extra 4 bytes, but simplifies the code a lot.
[libucw.git] / lib / str_ctype.c
1 /*
2  *      Sherlock Library -- Character Classes
3  *
4  *      (c) 1998 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
5  */
6
7 #include "string.h"
8
9 unsigned char _c_cat[256] = {
10 #define CHAR(code,upper,unacc,acc,cat) cat,
11 #include "charmap.h"
12 #undef CHAR
13 };