1-Bit and 24-Bit Integer Variables, Please

BrendaEM:
Because Arduino's language is unique, it is language.

I wrote a library with some unique functions and typedefs. Did I create a new programming language?

BrendaEM:
It may mostly be C

There's more C++ than C.

BrendaEM:
If 1-bit auto-bit packed variables as well as 24-bit integers were integrated into Arduino's...vocabulary--would you avoid using them, or would you use them?

First of all, it's already been explained to you that we have 24 bit variables. Use them if you like. Case closed on that.

As for 1 bit variables, please provide a demonstration of how this should be implemented in Arduino's core library. Remember that we are using a standard C++ compiler. Arduino is not in the business of writing compilers (nor would you want them to be).