Tuesday, November 30, 2004

enabling 64bit on suse SLES9 (power)

gcc -m64 show_lp64.c


foo@foo:~/test> ./a.out


char is 1 bytes


short is 2 bytes


int is 4 bytes


long is 8 bytes


long long is 8 bytes


pointer is 8 bytes


No comments: