Systemnahe Programmierung in C: Aus dem Museum: sizeof auf Intel 386 |
TYPE SIZE
char 1
short 2
int 4
long 4
enum color 4
float 4
double 8
long double 12
char * 4
int * 4
|
Letzte Änderung: 12.10.2009 | © Prof. Dr. Uwe Schmidt |