"Zeiger" The Missing C Type Link
I'm just looking at an old C Compiler, the first C compiler I ever used, actually... And, I'll be honest, I didn't live with C long, I moved into C++ pretty quickly. So much so, I never actually read the this C Compiler's Documentation, here for posterity, is an exert... Pre-defined Data Types ---------------------- Type sizeof Bits Range ---- ------ ---- ----- unsigned char 1 8 0 to 255 char 1 8 -128 to 127 enum 2 16 ...