#include <stdio.h>
main()
{
printf("Pointers are %d bytes long\n", (int)sizeof(void *));
}
Hardly more complicated than hello.c, and portable.
Regards,
Stephane Faroult
On Fri, 23 Jul 2004 15:33 , 'Sinardy Xing' <SinardyXing_at_bkgcomsvc.com> sent:
Hi all,
How to find out how many bit my OS Solaris?
uname -a no luck
Thanks
Sinardy
by the way what are the advantages and disadvantages of using Oracle =
32-bit/64-bit?
should I choose 64-bit if my OS is 64-bit?
Please see the official ORACLE-L FAQ:
http://www.orafaq.com[1]
To unsubscribe send email to: oracle-l-request_at_freelists.org[2]
put 'unsubscribe' in the subject line.
--
Archives are at
http://www.freelists.org/archives/oracle-l/[3]
FAQ is at
http://www.freelists.org/help/fom-serve/cache/1.html[4]
- Links ---
1 modules/refer.pl?redirect=http%3A%2F%2Fwww.orafaq.com
2 javascript:parent.opencompose('oracle-l-request_at_freelists.org','','','')
3 modules/refer.pl?redirect=http%3A%2F%2Fwww.freelists.org%2Farchives%2Foracle-l%2F
4 modules/refer.pl?redirect=http%3A%2F%2Fwww.freelists.org%2Fhelp%2Ffom-serve%2Fcache%2F1.html
Please see the official ORACLE-L FAQ: http://www.orafaq.com
To unsubscribe send email to: oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Fri Jul 23 2004 - 02:43:53 CDT