lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


... it gets typically even harder if you combine such
"signed"/"unsigned" ambiguities with bit mask operators like & | ^...
this then really can give VERY nasty effects, if you allow the
Compiler "too much interpretation phantasy".

This is really a VERY annoying feature of C somehow, that "standard
char" can be chosen to be either signed or unsigned.