Hi, Not that is of great importance, but does anyone know why int main( void ) { return printf( "%d\n", ( int )sizeof( main ) ); } prints 1 ? :) (sizeof( &main ) prints 4/8 as it should) -- Mihai Donțu
Hi, Not that is of great importance, but does anyone know why int main( void ) { return printf( "%d\n", ( int )sizeof( main ) ); } prints 1 ? :) (sizeof( &main ) prints 4/8 as it should) -- Mihai Donțu