This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Size of basic types
- From: Jean-Eric Cuendet <jec at rptec dot ch>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 02 Dec 2004 21:38:06 +0100
- Subject: Size of basic types
- Organization: Riskpro Technologies SA
Hi,
I work under 64 bits Linux on AMD64 and GCC 3.4
I have:
int => 32
long => 64
long long => 64
void* => 64
Is it possible to have:
int => 32
long => 32
long long => 64
void* => 64
?
Thanks.
-jec
--
Jean-Eric Cuendet
Riskpro Technologies SA
Av du 14 avril 1b, 1020 Renens Switzerland
Principal: +41 21 637 0110 Fax: +41 21 637 01 11
Direct: +41 21 637 0123
E-mail: jean-eric.cuendet at rptec.ch
http://www.rptec.ch
--------------------------------------------------------