
Bitset examples from the FAQ (unsigned char?)
Steve posted some examples of bitset macros in the clc FAQ. I also googled
back a bit and he posted a full example in which he uses this (and more)
macros to accomplish this task.
In his example, he packs the bits into arrays of char. My question is, why
didn't he use unsigned char which is recommended for bit fiddling? Or are
all the operations he's performing considered safe?
Rather than reposting the code, I'll just put the URL here:
http://www.*-*-*.com/ :comp.lang.c+bitnslots&hl=en&l...
Thanks,
-Clint