Hacker News new | ask | show | jobs
by qqqqqq 4789 days ago
I understand that they're doing string comparisons (of a kind), but what are those values defined in 'uint32_t'? Is it a translation of values into memory addresses?
1 comments

At the top of the file, in "usual"? They're bitfields of allowable characters.
So /that's/ what they were for. Thanks!