Sha256: bc2a2cbced654d0fedf03a4b35309ef5f780db16e7b9e1545e19706db6d3096a
Contents?: true
Size: 229 Bytes
Versions: 8
Compression:
Stored size: 229 Bytes
Contents
#include <wctype.h> static const unsigned char table[] = { #include "alpha.h" }; int iswalpha(wint_t wc) { if (wc<0x20000U) return (table[table[wc>>8]*32+((wc&255)>>3)]>>(wc&7))&1; if (wc<0x2fffeU) return 1; return 0; }
Version data entries
8 entries across 8 versions & 1 rubygems