Hi, Assume the following C program. void main ( void ) { int var; } Does gcc guarantee that "var" will be aligned on 4-byte boundary on x86 (32/64) architectures ? Thanks for help
Hi, Assume the following C program. void main ( void ) { int var; } Does gcc guarantee that "var" will be aligned on 4-byte boundary on x86 (32/64) architectures ? Thanks for help