I really really....
...REALLY...
...hate the variable concept of Lite-C. Instead of making it just like in C, it's done.... lite.
And with that in mind I have a char data type. But only unsigned. Come on, it's a very useful data type for simple error value returns, which often are negative. Okay easy solved - use some bigger signed type.
But...
I needed a 4 byte data type. UNsigned please. No decimals. A simple common unsigned long.
But Lite-C simply DOES NOT OFFER an unsigned 4 byte data type without decimals.
This is sooooooo much annoying.
I hate hate HATE this so much. I really want the freedom of choice and pick signed and unsigned on intention as every normal C programmer does... or at least should do.... probably does not.